From: Adrian McCarthy Date: Thu, 16 Jul 2020 21:44:24 +0000 (-0700) Subject: [lldb] Eliminated unused local variable X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=72958c9ab1cdf18c447778b836f13694a7e4e9e1;p=platform%2Fupstream%2Fllvm.git [lldb] Eliminated unused local variable I got misled by this remnant from earlier changes. --- diff --git a/lldb/source/Commands/CommandObjectTarget.cpp b/lldb/source/Commands/CommandObjectTarget.cpp index 7bb71f4..e50415f 100644 --- a/lldb/source/Commands/CommandObjectTarget.cpp +++ b/lldb/source/Commands/CommandObjectTarget.cpp @@ -4332,7 +4332,6 @@ protected: module_spec.GetSymbolFileSpec() = symfile_spec; } - ArchSpec arch; bool symfile_exists = FileSystem::Instance().Exists(module_spec.GetSymbolFileSpec());