remove todo

llvm-svn: 44922
This commit is contained in:
Chris Lattner 2007-12-12 06:54:22 +00:00
parent 2a98956796
commit 074f325746
1 changed files with 0 additions and 1 deletions

View File

@ -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);
}