mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[NFC] Delete An Unused Entrypoint
This commit is contained in:
@@ -488,13 +488,6 @@ namespace driver {
|
||||
reloadAndRemarkDepsOnNormalExit(const Job *FinishedCmd,
|
||||
const bool cmdFailed, const bool forRanges,
|
||||
StringRef DependenciesFile) {
|
||||
return reloadAndRemarkFineGrainedDepsOnNormalExit(
|
||||
FinishedCmd, cmdFailed, forRanges, DependenciesFile);
|
||||
}
|
||||
|
||||
std::vector<const Job *> reloadAndRemarkFineGrainedDepsOnNormalExit(
|
||||
const Job *FinishedCmd, const bool cmdFailed, const bool forRanges,
|
||||
StringRef DependenciesFile) {
|
||||
const auto changedNodes = getFineGrainedDepGraph(forRanges).loadFromPath(
|
||||
FinishedCmd, DependenciesFile, Comp.getDiags());
|
||||
const bool loadFailed = !changedNodes;
|
||||
|
||||
Reference in New Issue
Block a user