summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/ThreadPlanStepOut.cpp
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2016-08-31 20:03:14 +0000
committerZachary Turner <zturner@google.com>2016-08-31 20:03:14 +0000
commit6c978aa9da30053b211c694de3eb8edc0ac88dad (patch)
tree9a401fab8edb088a745bbf8b16004ba2e9723e67 /lldb/source/Target/ThreadPlanStepOut.cpp
parent85d79744df643b6ee828a6d1f72d7a070ebf6a3b (diff)
downloadbcm5719-llvm-6c978aa9da30053b211c694de3eb8edc0ac88dad.tar.gz
bcm5719-llvm-6c978aa9da30053b211c694de3eb8edc0ac88dad.zip
Remove unused variables.
Patch by Taras Tsugrii llvm-svn: 280283
Diffstat (limited to 'lldb/source/Target/ThreadPlanStepOut.cpp')
-rw-r--r--lldb/source/Target/ThreadPlanStepOut.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/source/Target/ThreadPlanStepOut.cpp b/lldb/source/Target/ThreadPlanStepOut.cpp
index eac4a36b0a9..55f8818d689 100644
--- a/lldb/source/Target/ThreadPlanStepOut.cpp
+++ b/lldb/source/Target/ThreadPlanStepOut.cpp
@@ -71,8 +71,6 @@ ThreadPlanStepOut::ThreadPlanStepOut
m_step_out_to_id = return_frame_sp->GetStackID();
m_immediate_step_from_id = immediate_return_from_sp->GetStackID();
-
- StackID frame_zero_id = m_thread.GetStackFrameAtIndex(0)->GetStackID();
// If the frame directly below the one we are returning to is inlined, we have to be
// a little more careful. It is non-trivial to determine the real "return code address" for
OpenPOWER on IntegriCloud