[Lldb-commits] [lldb] r172662 - /lldb/trunk/source/Target/Process.cpp
Greg Clayton
gclayton at apple.com
Wed Jan 16 14:22:42 PST 2013
Author: gclayton
Date: Wed Jan 16 16:22:42 2013
New Revision: 172662
URL: http://llvm.org/viewvc/llvm-project?rev=172662&view=rev
Log:
Removed unused variable.
Modified:
lldb/trunk/source/Target/Process.cpp
Modified: lldb/trunk/source/Target/Process.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Target/Process.cpp?rev=172662&r1=172661&r2=172662&view=diff
==============================================================================
--- lldb/trunk/source/Target/Process.cpp (original)
+++ lldb/trunk/source/Target/Process.cpp Wed Jan 16 16:22:42 2013
@@ -4470,7 +4470,6 @@
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.
More information about the lldb-commits
mailing list