diff options
author | Chris Lattner <sabre@nondot.org> | 2008-07-26 01:56:46 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-07-26 01:56:46 +0000 |
commit | fc416a4e0ddc74b358b83d60891a7689ba22d520 (patch) | |
tree | 2e8c7ddf3b57a79a2e63ee16d161f83003abdd36 /lib/Parse/ParseDecl.cpp | |
parent | ae4da6150bb837311a2f0f958b01a2989066ba90 (diff) |
remove fixed fixme
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@54088 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Parse/ParseDecl.cpp')
-rw-r--r-- | lib/Parse/ParseDecl.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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<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(), |