diff options
author | Greg Clayton <gclayton@apple.com> | 2013-01-16 22:22:42 +0000 |
---|---|---|
committer | Greg Clayton <gclayton@apple.com> | 2013-01-16 22:22:42 +0000 |
commit | 09420335004ea7f0f4472d2881db5cc8b01f807c (patch) | |
tree | a9e79eb76bdd74ca9f9fe7826e4a68aa10a4aa34 /lldb/source/Target/Process.cpp | |
parent | 3de75d7c7c62d958782458dabb978aa9a4b66d06 (diff) | |
download | bcm5719-llvm-09420335004ea7f0f4472d2881db5cc8b01f807c.tar.gz bcm5719-llvm-09420335004ea7f0f4472d2881db5cc8b01f807c.zip |
Removed unused variable.
llvm-svn: 172662
Diffstat (limited to 'lldb/source/Target/Process.cpp')
-rw-r--r-- | lldb/source/Target/Process.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/source/Target/Process.cpp b/lldb/source/Target/Process.cpp index fc527e2fe00..425274eef1b 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. |