]> granicus.if.org Git - clang/commitdiff
Removed a no longer needed FIXME comment.
authorFariborz Jahanian <fjahanian@apple.com>
Thu, 16 Apr 2009 21:49:16 +0000 (21:49 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Thu, 16 Apr 2009 21:49:16 +0000 (21:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69315 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGObjCMac.cpp

index 9d45ff640444c592b35500a9fb35053ad5b976b1..67fc63c65aa2eedc22b738755c2233e8b444d223 100644 (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 += ']';