aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnders Carlsson <andersca@mac.com>2010-05-26 05:11:02 +0000
committerAnders Carlsson <andersca@mac.com>2010-05-26 05:11:02 +0000
commit400b06dde52df439b25264fbbc0271d96d27903c (patch)
tree3717896a8c81e0191eeea06efc3dce601a57aad7
parent2f64e377d1aa733b81a4c5e78e32a62c41426626 (diff)
Remove FIXME.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@104674 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/AST/RecordLayoutBuilder.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/AST/RecordLayoutBuilder.cpp b/lib/AST/RecordLayoutBuilder.cpp
index b65e98180e..cc4cbb28e6 100644
--- a/lib/AST/RecordLayoutBuilder.cpp
+++ b/lib/AST/RecordLayoutBuilder.cpp
@@ -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);