From 074f325746ddc3eca7ae1ac16a0aee8e610b96fb Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 12 Dec 2007 06:54:22 +0000 Subject: [PATCH] remove todo llvm-svn: 44922 --- clang/Parse/ParseStmt.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/clang/Parse/ParseStmt.cpp b/clang/Parse/ParseStmt.cpp index 4ad89550bc5c..063735196ee6 100644 --- a/clang/Parse/ParseStmt.cpp +++ b/clang/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); }