summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lldb/source/API/SBThread.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/source/API/SBThread.cpp b/lldb/source/API/SBThread.cpp
index 05d54d6d073..345cd7bbd1e 100644
--- a/lldb/source/API/SBThread.cpp
+++ b/lldb/source/API/SBThread.cpp
@@ -765,7 +765,6 @@ SBThread::StepOverUntil (lldb::SBFrame &sb_frame,
return sb_error;
}
- StackFrameSP frame_sp;
if (!frame_sp)
{
frame_sp = thread->GetSelectedFrame ();
OpenPOWER on IntegriCloud