From: Mike Stump Date: Wed, 29 Apr 2009 22:11:32 +0000 (+0000) Subject: Remove extra line. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d302f90a942cc15fea805e540a7c8ee2ca0fe6a7;p=clang Remove extra line. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@70418 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Parse/ParseExpr.cpp b/lib/Parse/ParseExpr.cpp index c0a0aad175..509aa0f6d9 100644 --- a/lib/Parse/ParseExpr.cpp +++ b/lib/Parse/ParseExpr.cpp @@ -1402,4 +1402,3 @@ Parser::OwningExprResult Parser::ParseBlockLiteralExpression() { Actions.ActOnBlockError(CaretLoc, CurScope); return move(Result); } -