[Driver] Remove unused variable. NFC.

This commit is contained in:
Benjamin Kramer 2019-11-10 12:53:19 +01:00
parent 446581a300
commit 6c94068da9
1 changed files with 0 additions and 1 deletions

View File

@ -1062,7 +1062,6 @@ StringRef Darwin::getPlatformFamily() const {
StringRef Darwin::getSDKName(StringRef isysroot) {
// Assume SDK has path: SOME_PATH/SDKs/PlatformXX.YY.sdk
llvm::sys::path::const_iterator SDKDir;
auto BeginSDK = llvm::sys::path::begin(isysroot);
auto EndSDK = llvm::sys::path::end(isysroot);
for (auto IT = BeginSDK; IT != EndSDK; ++IT) {