Skip to content

Commit 20c3f42

Browse files
[Prototype] Don't preserve public KeyPaths
1 parent 0810558 commit 20c3f42

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lib/Serialization/ModuleSummaryIndexer.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -465,11 +465,6 @@ void ModuleSummaryIndexer::indexModule() {
465465
TheSummary->addFunctionSummary(std::move(FS));
466466
}
467467

468-
// FIXME: KeyPaths can be eliminated but now preserved conservatively.
469-
for (auto &P : Mod.getPropertyList()) {
470-
preserveKeyPathFunctions(P);
471-
}
472-
473468
for (auto &WT : Mod.getWitnessTableList()) {
474469
indexWitnessTable(WT);
475470
}

0 commit comments

Comments
 (0)