summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2011-10-07 19:26:25 +0000
committerGreg Clayton <gclayton@apple.com>2011-10-07 19:26:25 +0000
commitc28416d777421abd607ee911d2cb04d62a62a7d1 (patch)
treec0a8549b4e78fd3f4f0cb914d4637a94058649be
parentc1363cf21abd0a3eb71ed97cea5f98b31d1881e1 (diff)
downloadbcm5719-llvm-c28416d777421abd607ee911d2cb04d62a62a7d1.tar.gz
bcm5719-llvm-c28416d777421abd607ee911d2cb04d62a62a7d1.zip
Removed code that was left in during testing and debugging of an issue.
llvm-svn: 141387
-rw-r--r--lldb/source/Symbol/SymbolContext.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/source/Symbol/SymbolContext.cpp b/lldb/source/Symbol/SymbolContext.cpp
index bba78b37cdd..4a104b11cb4 100644
--- a/lldb/source/Symbol/SymbolContext.cpp
+++ b/lldb/source/Symbol/SymbolContext.cpp
@@ -584,8 +584,6 @@ SymbolContext::GetParentOfInlinedScope (const Address &curr_frame_pc,
curr_frame_pc.GetFileAddress(),
objfile->GetFileSpec().GetDirectory().GetCString(),
objfile->GetFileSpec().GetFilename().GetCString());
-
- curr_inlined_block->GetRangeContainingAddress (curr_frame_pc, range); // REMOVE THIS!!!
}
else
{
OpenPOWER on IntegriCloud