forked from OSchip/llvm-project
Removed code that was left in during testing and debugging of an issue.
llvm-svn: 141387
This commit is contained in:
parent
c1363cf21a
commit
c28416d777
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue