summaryrefslogtreecommitdiffstats
path: root/lldb/source/Interpreter/ScriptInterpreterPython.cpp
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2011-01-25 23:55:37 +0000
committerGreg Clayton <gclayton@apple.com>2011-01-25 23:55:37 +0000
commit1a65ae11bd65d007391473f8bde3d06f4abad740 (patch)
tree12bcbcdd2564d2bf305c3642ebe3a0b80128beb7 /lldb/source/Interpreter/ScriptInterpreterPython.cpp
parent3ae681eb1240f09af37936663760526ed1b324cf (diff)
downloadbcm5719-llvm-1a65ae11bd65d007391473f8bde3d06f4abad740.tar.gz
bcm5719-llvm-1a65ae11bd65d007391473f8bde3d06f4abad740.zip
Enabled extra warnings and fixed a bunch of small issues.
llvm-svn: 124250
Diffstat (limited to 'lldb/source/Interpreter/ScriptInterpreterPython.cpp')
-rw-r--r--lldb/source/Interpreter/ScriptInterpreterPython.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/source/Interpreter/ScriptInterpreterPython.cpp b/lldb/source/Interpreter/ScriptInterpreterPython.cpp
index aafef87af29..224ea7f6d37 100644
--- a/lldb/source/Interpreter/ScriptInterpreterPython.cpp
+++ b/lldb/source/Interpreter/ScriptInterpreterPython.cpp
@@ -1293,7 +1293,6 @@ ScriptInterpreterPython::BreakpointCallbackFunction
&& python_function_name[0] != '\0')
{
Thread *thread = context->exe_ctx.thread;
- Target *target = context->exe_ctx.target;
const StackFrameSP stop_frame_sp = thread->GetStackFrameSPForStackFramePtr (context->exe_ctx.frame);
BreakpointSP breakpoint_sp = target->GetBreakpointByID (break_id);
const BreakpointLocationSP bp_loc_sp = breakpoint_sp->FindLocationByID (break_loc_id);
OpenPOWER on IntegriCloud