Remove a stray ;.

llvm-svn: 259685
This commit is contained in:
Jim Ingham 2016-02-03 19:49:03 +00:00
parent 22eeb7227c
commit ac96dd3335
1 changed files with 0 additions and 1 deletions

View File

@ -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)