File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -1107,17 +1107,6 @@ namespace driver {
1107
1107
}
1108
1108
};
1109
1109
1110
- // Load our priors, which are always adjacent to the build record. We
1111
- // don't care if this load succeeds or not. If it fails, and we succeed at
1112
- // integrating one of the external files below, the changeset will be the
1113
- // entire module!
1114
- const auto *externalPriorJob = Comp.addExternalJob (
1115
- std::make_unique<Job>(Comp.getDerivedOutputFileMap (),
1116
- Comp.getExternalSwiftDepsFilePath ()));
1117
- getFineGrainedDepGraph ().loadFromPath (
1118
- externalPriorJob, Comp.getExternalSwiftDepsFilePath (),
1119
- Comp.getDiags ());
1120
-
1121
1110
for (auto external : getFineGrainedDepGraph ()
1122
1111
.getIncrementalExternalDependencies ()) {
1123
1112
llvm::sys::fs::file_status depStatus;
You can’t perform that action at this time.
0 commit comments