[lldb] Eliminated unused local variable
authorAdrian McCarthy <amccarth@google.com>
Thu, 16 Jul 2020 21:44:24 +0000 (14:44 -0700)
committerAdrian McCarthy <amccarth@google.com>
Thu, 16 Jul 2020 21:44:24 +0000 (14:44 -0700)
I got misled by this remnant from earlier changes.

lldb/source/Commands/CommandObjectTarget.cpp

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