forked from OSchip/llvm-project
[lldb] Eliminated unused local variable
I got misled by this remnant from earlier changes.
This commit is contained in:
parent
a0537fc35f
commit
72958c9ab1
|
@ -4332,7 +4332,6 @@ protected:
|
|||
module_spec.GetSymbolFileSpec() = symfile_spec;
|
||||
}
|
||||
|
||||
ArchSpec arch;
|
||||
bool symfile_exists =
|
||||
FileSystem::Instance().Exists(module_spec.GetSymbolFileSpec());
|
||||
|
||||
|
|
Loading…
Reference in New Issue