summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen
diff options
context:
space:
mode:
Diffstat (limited to 'clang/lib/CodeGen')
-rw-r--r--clang/lib/CodeGen/CGObjCMac.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/lib/CodeGen/CGObjCMac.cpp b/clang/lib/CodeGen/CGObjCMac.cpp
index 9d45ff64044..67fc63c65aa 100644
--- a/clang/lib/CodeGen/CGObjCMac.cpp
+++ b/clang/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 += ']';
OpenPOWER on IntegriCloud