[lldb] Eliminated unused local variable

I got misled by this remnant from earlier changes.
This commit is contained in:
Adrian McCarthy 2020-07-16 14:44:24 -07:00
parent a0537fc35f
commit 72958c9ab1
1 changed files with 0 additions and 1 deletions

View File

@ -4332,7 +4332,6 @@ protected:
module_spec.GetSymbolFileSpec() = symfile_spec;
}
ArchSpec arch;
bool symfile_exists =
FileSystem::Instance().Exists(module_spec.GetSymbolFileSpec());