Remove a duplicate frame_sp local that was shadowing the one we copied the incoming SBFrame into.

<rdar://problem/12304255>

llvm-svn: 163943
This commit is contained in:
Jim Ingham
2012-09-14 22:16:10 +00:00
parent 8691e5220b
commit 6fe2dc79b7

View File

@@ -765,7 +765,6 @@ SBThread::StepOverUntil (lldb::SBFrame &sb_frame,
return sb_error;
}
StackFrameSP frame_sp;
if (!frame_sp)
{
frame_sp = thread->GetSelectedFrame ();