Removed code that was left in during testing and debugging of an issue.

llvm-svn: 141387
This commit is contained in:
Greg Clayton 2011-10-07 19:26:25 +00:00
parent c1363cf21a
commit c28416d777
1 changed files with 0 additions and 2 deletions

View File

@ -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
{