Skip to content

Commit 41274f3

Browse files
committed
Inline outputsSubstitutionTried
1 parent 53946fe commit 41274f3

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

src/libstore/build/derivation-goal.cc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -270,12 +270,7 @@ Goal::Co DerivationGoal::haveDerivation()
270270
}
271271

272272
if (!waitees.empty()) co_await Suspend{}; /* to prevent hang (no wake-up event) */
273-
co_return outputsSubstitutionTried();
274-
}
275-
276273

277-
Goal::Co DerivationGoal::outputsSubstitutionTried()
278-
{
279274
trace("all outputs substituted (maybe)");
280275

281276
assert(!drv->type().isImpure());

src/libstore/build/derivation-goal.hh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,6 @@ struct DerivationGoal : public Goal
236236
Co getDerivation();
237237
Co loadDerivation();
238238
Co haveDerivation();
239-
Co outputsSubstitutionTried();
240239
Co gaveUpOnSubstitution();
241240
Co closureRepaired();
242241
Co inputsRealised();

0 commit comments

Comments
 (0)