[Lldb-commits] [lldb] r209703 - Remove unused variable.
Greg Clayton
gclayton at apple.com
Tue May 27 17:23:43 PDT 2014
Author: gclayton
Date: Tue May 27 19:23:43 2014
New Revision: 209703
URL: http://llvm.org/viewvc/llvm-project?rev=209703&view=rev
Log:
Remove unused variable.
Modified:
lldb/trunk/source/Expression/ClangExpressionDeclMap.cpp
Modified: lldb/trunk/source/Expression/ClangExpressionDeclMap.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Expression/ClangExpressionDeclMap.cpp?rev=209703&r1=209702&r2=209703&view=diff
==============================================================================
--- lldb/trunk/source/Expression/ClangExpressionDeclMap.cpp (original)
+++ lldb/trunk/source/Expression/ClangExpressionDeclMap.cpp Tue May 27 19:23:43 2014
@@ -573,8 +573,6 @@ ClangExpressionDeclMap::GetFunctionAddre
SymbolContext sym_ctx;
sc_list.GetContextAtIndex(i, sym_ctx);
- bool is_indirect_function = false;
-
lldb::addr_t callable_load_addr = LLDB_INVALID_ADDRESS;
if (sym_ctx.function)
More information about the lldb-commits
mailing list