From: Fariborz Jahanian Date: Thu, 16 Apr 2009 21:49:16 +0000 (+0000) Subject: Removed a no longer needed FIXME comment. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fdb5e1c5317fb59415b8eea10a584030cf997627;p=clang Removed a no longer needed FIXME comment. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69315 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CGObjCMac.cpp b/lib/CodeGen/CGObjCMac.cpp index 9d45ff6404..67fc63c65a 100644 --- a/lib/CodeGen/CGObjCMac.cpp +++ b/lib/CodeGen/CGObjCMac.cpp @@ -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 += ']';