Remove unused variable.
authorGreg Clayton <gclayton@apple.com>
Wed, 28 May 2014 00:23:43 +0000 (00:23 +0000)
committerGreg Clayton <gclayton@apple.com>
Wed, 28 May 2014 00:23:43 +0000 (00:23 +0000)
llvm-svn: 209703

lldb/source/Expression/ClangExpressionDeclMap.cpp

index a285a95..76b5c58 100644 (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)