Skip to content

Commit f92da36

Browse files
committed
[Index] Apply small comments from PR review
1 parent ab57715 commit f92da36

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/Index/IndexRecord.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -536,10 +536,6 @@ emitDataForSwiftSerializedModule(ModuleDecl *module,
536536
filename, skipIndexingModule);
537537
}
538538

539-
// FIXME: Would be useful for testing if swift had clang's -Rremark system so
540-
// we could output a remark here that we are going to create index data for
541-
// a module file.
542-
543539
// Pairs of (recordFile, groupName).
544540
std::vector<std::pair<std::string, std::string>> records;
545541

0 commit comments

Comments
 (0)