[Lldb-commits] [lldb] r259685 - Remove a stray ;.

Jim Ingham via lldb-commits lldb-commits at lists.llvm.org
Wed Feb 3 11:49:03 PST 2016


Author: jingham
Date: Wed Feb  3 13:49:03 2016
New Revision: 259685

URL: http://llvm.org/viewvc/llvm-project?rev=259685&view=rev
Log:
Remove a stray ;.

Modified:
    lldb/trunk/source/Target/Thread.cpp

Modified: lldb/trunk/source/Target/Thread.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Target/Thread.cpp?rev=259685&r1=259684&r2=259685&view=diff
==============================================================================
--- lldb/trunk/source/Target/Thread.cpp (original)
+++ lldb/trunk/source/Target/Thread.cpp Wed Feb  3 13:49:03 2016
@@ -701,7 +701,6 @@ Thread::SetupForResume ()
                     ThreadPlanSP step_bp_plan_sp (new ThreadPlanStepOverBreakpoint (*this));
                     if (step_bp_plan_sp)
                     {
-                        ;
                         step_bp_plan_sp->SetPrivate (true);
 
                         if (GetCurrentPlan()->RunState() != eStateStepping)




More information about the lldb-commits mailing list