Removed a no longer needed FIXME comment.

llvm-svn: 69315
This commit is contained in:
Fariborz Jahanian 2009-04-16 21:49:16 +00:00
parent 11ceb38df0
commit 68c4c61be8
1 changed files with 0 additions and 2 deletions

View File

@ -3049,8 +3049,6 @@ void CGObjCCommonMac::GetNameForMethod(const ObjCMethodDecl *D,
NameOut += CID->getNameAsString();
NameOut+= ')';
}
// FIXME. For a method in a category, (CAT_NAME) is inserted here.
// Right now! there is not enough info. to do this.
NameOut += ' ';
NameOut += D->getSelector().getAsString();
NameOut += ']';