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)


_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to