Skip to content

Commit 9075d32

Browse files
committed
[NFC] Delete An Unused Entrypoint
1 parent 4804f03 commit 9075d32

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

lib/Driver/Compilation.cpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -488,13 +488,6 @@ namespace driver {
488488
reloadAndRemarkDepsOnNormalExit(const Job *FinishedCmd,
489489
const bool cmdFailed, const bool forRanges,
490490
StringRef DependenciesFile) {
491-
return reloadAndRemarkFineGrainedDepsOnNormalExit(
492-
FinishedCmd, cmdFailed, forRanges, DependenciesFile);
493-
}
494-
495-
std::vector<const Job *> reloadAndRemarkFineGrainedDepsOnNormalExit(
496-
const Job *FinishedCmd, const bool cmdFailed, const bool forRanges,
497-
StringRef DependenciesFile) {
498491
const auto changedNodes = getFineGrainedDepGraph(forRanges).loadFromPath(
499492
FinishedCmd, DependenciesFile, Comp.getDiags());
500493
const bool loadFailed = !changedNodes;

0 commit comments

Comments
 (0)