mirror of
https://github.com/intel/llvm.git
synced 2026-01-20 01:58:44 +08:00
Remove a stray ;.
llvm-svn: 259685
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user