From fc416a4e0ddc74b358b83d60891a7689ba22d520 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 26 Jul 2008 01:56:46 +0000 Subject: [PATCH] remove fixed fixme git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@54088 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Parse/ParseDecl.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Parse/ParseDecl.cpp b/lib/Parse/ParseDecl.cpp index 5ed1a61769..51230fc88f 100644 --- a/lib/Parse/ParseDecl.cpp +++ b/lib/Parse/ParseDecl.cpp @@ -434,7 +434,6 @@ void Parser::ParseDeclarationSpecifiers(DeclSpec &DS) { llvm::SmallVector ProtocolRefs; ParseObjCProtocolReferences(ProtocolRefs, EndProtoLoc); - // FIXME: New'ing this here seems wrong, why not have the action do it? llvm::SmallVector ProtocolDecl; Actions.FindProtocolDeclaration(Loc, &ProtocolRefs[0], ProtocolRefs.size(), -- 2.40.0