summaryrefslogtreecommitdiffstats
path: root/clang/lib
diff options
context:
space:
mode:
Diffstat (limited to 'clang/lib')
-rw-r--r--clang/lib/Serialization/GlobalModuleIndex.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/clang/lib/Serialization/GlobalModuleIndex.cpp b/clang/lib/Serialization/GlobalModuleIndex.cpp
index b778a72ba2e..72165bcfc59 100644
--- a/clang/lib/Serialization/GlobalModuleIndex.cpp
+++ b/clang/lib/Serialization/GlobalModuleIndex.cpp
@@ -665,8 +665,6 @@ bool GlobalModuleIndexBuilder::loadModuleFile(const FileEntry *File) {
}
}
- // FIXME: Handle the selector table.
-
// We don't care about this record.
}
@@ -786,8 +784,6 @@ void GlobalModuleIndexBuilder::writeIndex(llvm::BitstreamWriter &Stream) {
Stream.EmitRecordWithBlob(IDTableAbbrev, Record, IdentifierTable.str());
}
- // FIXME: Selectors.
-
Stream.ExitBlock();
}
OpenPOWER on IntegriCloud