]> granicus.if.org Git - clang/commitdiff
remove fixed fixme
authorChris Lattner <sabre@nondot.org>
Sat, 26 Jul 2008 01:56:46 +0000 (01:56 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 26 Jul 2008 01:56:46 +0000 (01:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@54088 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Parse/ParseDecl.cpp

index 5ed1a61769e0907bf78f4bed53d34c396d9bbf49..51230fc88f09d505434456e8eb5ee4cbaab767db 100644 (file)
@@ -434,7 +434,6 @@ void Parser::ParseDeclarationSpecifiers(DeclSpec &DS) {
       llvm::SmallVector<IdentifierLocPair, 8> ProtocolRefs;
       ParseObjCProtocolReferences(ProtocolRefs, EndProtoLoc);
       
-      // FIXME: New'ing this here seems wrong, why not have the action do it?
       llvm::SmallVector<DeclTy *, 8> ProtocolDecl;
       Actions.FindProtocolDeclaration(Loc, 
                                       &ProtocolRefs[0], ProtocolRefs.size(),