Remove unused variable.

llvm-svn: 209703
This commit is contained in:
Greg Clayton 2014-05-28 00:23:43 +00:00
parent 641c23f332
commit 23377e9fe6
1 changed files with 0 additions and 2 deletions

View File

@ -573,8 +573,6 @@ ClangExpressionDeclMap::GetFunctionAddress
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)