aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-12-12 06:54:22 +0000
committerChris Lattner <sabre@nondot.org>2007-12-12 06:54:22 +0000
commitfbb9898a5ed15ee1580ba50239f2d55b3583ee5f (patch)
treec88926386f51ec326aa2cfc90cc494eacf244e6f
parentf155e461ce8b48f56110f1b0914b85c367a1f58e (diff)
remove todo
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44922 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--Parse/ParseStmt.cpp1
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);
}