diff options
-rw-r--r-- | Parse/ParseStmt.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Parse/ParseStmt.cpp b/Parse/ParseStmt.cpp index 4ad89550bc..063735196e 100644 --- a/Parse/ParseStmt.cpp +++ b/Parse/ParseStmt.cpp @@ -1075,6 +1075,5 @@ Parser::DeclTy *Parser::ParseFunctionStatementBody(DeclTy *Decl, // Leave the function body scope. ExitScope(); - // TODO: Pass argument information. return Actions.ActOnFinishFunctionBody(Decl, FnBody.Val); } |