We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c172ffe commit 18bc94aCopy full SHA for 18bc94a
lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
@@ -1395,7 +1395,6 @@ PlatformDarwin::GetSDKPathFromDebugInfo(Module &module) {
1395
llvm::formatv("No symbol file available for module '{0}'",
1396
module.GetFileSpec().GetFilename().AsCString("")));
1397
1398
- std::string sysroot;
1399
bool found_public_sdk = false;
1400
bool found_internal_sdk = false;
1401
XcodeSDK merged_sdk;
0 commit comments