diff options
author | Fariborz Jahanian <fjahanian@apple.com> | 2009-04-16 21:49:16 +0000 |
---|---|---|
committer | Fariborz Jahanian <fjahanian@apple.com> | 2009-04-16 21:49:16 +0000 |
commit | fdb5e1c5317fb59415b8eea10a584030cf997627 (patch) | |
tree | 4cc3b54ddd30259c9c3c849e53844f8561fdb19d /lib/CodeGen/CGObjCMac.cpp | |
parent | 3aaa482ea5b8d20b705f6ac8573b539be88d273a (diff) |
Removed a no longer needed FIXME comment.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69315 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CGObjCMac.cpp')
-rw-r--r-- | lib/CodeGen/CGObjCMac.cpp | 2 |
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 += ']'; |