Removed unused variable.
authorGreg Clayton <gclayton@apple.com>
Wed, 16 Jan 2013 22:22:42 +0000 (22:22 +0000)
committerGreg Clayton <gclayton@apple.com>
Wed, 16 Jan 2013 22:22:42 +0000 (22:22 +0000)
llvm-svn: 172662

lldb/source/Target/Process.cpp

index fc527e2fe00c77d451e81d3fc6f8c7e8319d3915..425274eef1b4b7da6ae863b55e1c73c9a9d36495 100644 (file)
@@ -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.