]> granicus.if.org Git - clang/commitdiff
remove todo
authorChris Lattner <sabre@nondot.org>
Wed, 12 Dec 2007 06:54:22 +0000 (06:54 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 12 Dec 2007 06:54:22 +0000 (06:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44922 91177308-0d34-0410-b5e6-96231b3b80d8

Parse/ParseStmt.cpp

index 4ad89550bc5c736a1d55f337ee32993a96c28306..063735196ee6a2a6147e401832f29e3ed6c9950b 100644 (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);
 }