aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/CodeGen/CGObjCMac.cpp2
1 files changed, 0 insertions, 2 deletions
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 += ']';