From: Chris Lattner Date: Wed, 12 Dec 2007 06:54:22 +0000 (+0000) Subject: remove todo X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fbb9898a5ed15ee1580ba50239f2d55b3583ee5f;p=clang remove todo git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44922 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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); }