commit | 400b06dde52df439b25264fbbc0271d96d27903c | [log] [tgz] |
---|---|---|
author | Anders Carlsson <andersca@mac.com> | Wed May 26 05:11:02 2010 +0000 |
committer | Anders Carlsson <andersca@mac.com> | Wed May 26 05:11:02 2010 +0000 |
tree | 3717896a8c81e0191eeea06efc3dce601a57aad7 | |
parent | 2f64e377d1aa733b81a4c5e78e32a62c41426626 [diff] |
Remove FIXME. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@104674 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/AST/RecordLayoutBuilder.cpp b/lib/AST/RecordLayoutBuilder.cpp index b65e981..cc4cbb2 100644 --- a/lib/AST/RecordLayoutBuilder.cpp +++ b/lib/AST/RecordLayoutBuilder.cpp
@@ -638,7 +638,6 @@ #endif } -// FIXME. Impl is no longer needed. void ASTRecordLayoutBuilder::Layout(const ObjCInterfaceDecl *D) { if (ObjCInterfaceDecl *SD = D->getSuperClass()) { const ASTRecordLayout &SL = Context.getASTObjCInterfaceLayout(SD);