Skip to content

Commit 18bc94a

Browse files
committed
fixup! remove redundant local variable
1 parent c172ffe commit 18bc94a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1395,7 +1395,6 @@ PlatformDarwin::GetSDKPathFromDebugInfo(Module &module) {
13951395
llvm::formatv("No symbol file available for module '{0}'",
13961396
module.GetFileSpec().GetFilename().AsCString("")));
13971397

1398-
std::string sysroot;
13991398
bool found_public_sdk = false;
14001399
bool found_internal_sdk = false;
14011400
XcodeSDK merged_sdk;

0 commit comments

Comments
 (0)