remove commented out code.

llvm-svn: 181372
This commit is contained in:
Adrian Prantl 2013-05-07 22:26:03 +00:00
parent e1234ee489
commit 95652c7ccb
1 changed files with 1 additions and 2 deletions

View File

@ -38,8 +38,7 @@ void CodeGenFunction::EmitStopPoint(const Stmt *S) {
Loc = S->getLocStart(); Loc = S->getLocStart();
DI->EmitLocation(Builder, Loc); DI->EmitLocation(Builder, Loc);
//if (++NumStopPoints == 1) LastStopPoint = Loc;
LastStopPoint = Loc;
} }
} }