]> granicus.if.org Git - clang/commitdiff
Remove FIXME.
authorAnders Carlsson <andersca@mac.com>
Wed, 26 May 2010 05:11:02 +0000 (05:11 +0000)
committerAnders Carlsson <andersca@mac.com>
Wed, 26 May 2010 05:11:02 +0000 (05:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@104674 91177308-0d34-0410-b5e6-96231b3b80d8

lib/AST/RecordLayoutBuilder.cpp

index b65e98180e0f3b60403982540bfcfb05a64eee17..cc4cbb28e630e5bbe263e0b975eee4e365b59633 100644 (file)
@@ -638,7 +638,6 @@ void ASTRecordLayoutBuilder::Layout(const RecordDecl *D) {
 #endif
 }
 
-// FIXME. Impl is no longer needed.
 void ASTRecordLayoutBuilder::Layout(const ObjCInterfaceDecl *D) {
   if (ObjCInterfaceDecl *SD = D->getSuperClass()) {
     const ASTRecordLayout &SL = Context.getASTObjCInterfaceLayout(SD);