Skip to content

Commit 72958c9

Browse files
[lldb] Eliminated unused local variable
I got misled by this remnant from earlier changes.
1 parent a0537fc commit 72958c9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lldb/source/Commands/CommandObjectTarget.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4332,7 +4332,6 @@ class CommandObjectTargetSymbolsAdd : public CommandObjectParsed {
43324332
module_spec.GetSymbolFileSpec() = symfile_spec;
43334333
}
43344334

4335-
ArchSpec arch;
43364335
bool symfile_exists =
43374336
FileSystem::Instance().Exists(module_spec.GetSymbolFileSpec());
43384337

0 commit comments

Comments
 (0)