From: Greg Clayton Date: Wed, 16 Jan 2013 22:22:42 +0000 (+0000) Subject: Removed unused variable. X-Git-Tag: llvmorg-3.3.0-rc1~7800 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=09420335004ea7f0f4472d2881db5cc8b01f807c;p=platform%2Fupstream%2Fllvm.git Removed unused variable. llvm-svn: 172662 --- diff --git a/lldb/source/Target/Process.cpp b/lldb/source/Target/Process.cpp index fc527e2fe00c..425274eef1b4 100644 --- a/lldb/source/Target/Process.cpp +++ b/lldb/source/Target/Process.cpp @@ -4470,7 +4470,6 @@ Process::RunThreadPlan (ExecutionContext &exe_ctx, bool handle_running_event = true; const uint64_t default_one_thread_timeout_usec = 250000; uint64_t computed_timeout = 0; - bool stopped_by_breakpoint = false; // This while loop must exit out the bottom, there's cleanup that we need to do when we are done. // So don't call return anywhere within it.