summaryrefslogtreecommitdiffstats
path: root/clang/lib/Parse/ParseDecl.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-07-26 01:56:46 +0000
committerChris Lattner <sabre@nondot.org>2008-07-26 01:56:46 +0000
commit12fd035d6f25ef4e5b019457156d373a5fd6a248 (patch)
tree0bc1485c1d144303815b9a72d411d88bfd3f4b8b /clang/lib/Parse/ParseDecl.cpp
parentbc76297674a56c4dd182443d4ce817c4561fef50 (diff)
downloadbcm5719-llvm-12fd035d6f25ef4e5b019457156d373a5fd6a248.tar.gz
bcm5719-llvm-12fd035d6f25ef4e5b019457156d373a5fd6a248.zip
remove fixed fixme
llvm-svn: 54088
Diffstat (limited to 'clang/lib/Parse/ParseDecl.cpp')
-rw-r--r--clang/lib/Parse/ParseDecl.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/Parse/ParseDecl.cpp b/clang/lib/Parse/ParseDecl.cpp
index 5ed1a61769e..51230fc88f0 100644
--- a/clang/lib/Parse/ParseDecl.cpp
+++ b/clang/lib/Parse/ParseDecl.cpp
@@ -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(),
OpenPOWER on IntegriCloud