Commit 95652c7c authored by Adrian Prantl's avatar Adrian Prantl
Browse files

remove commented out code.

llvm-svn: 181372
parent e1234ee4
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -38,7 +38,6 @@ void CodeGenFunction::EmitStopPoint(const Stmt *S) {
      Loc = S->getLocStart();
    DI->EmitLocation(Builder, Loc);

    //if (++NumStopPoints == 1)
    LastStopPoint = Loc;
  }
}