Remove extra line.

llvm-svn: 70418
This commit is contained in:
Mike Stump 2009-04-29 22:11:32 +00:00
parent 9f08b842e1
commit a74841e22c
1 changed files with 0 additions and 1 deletions

View File

@ -1402,4 +1402,3 @@ Parser::OwningExprResult Parser::ParseBlockLiteralExpression() {
Actions.ActOnBlockError(CaretLoc, CurScope);
return move(Result);
}