1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-12-04 08:00:59 +01:00

Remove unused parameters to DrvOutputSubstitutionGoal

This commit is contained in:
John Ericson 2025-10-14 18:53:03 -04:00
parent b20cebf993
commit 46357468a4
5 changed files with 6 additions and 15 deletions

View file

@ -8,8 +8,7 @@
namespace nix {
DrvOutputSubstitutionGoal::DrvOutputSubstitutionGoal(
const DrvOutput & id, Worker & worker, RepairFlag repair, std::optional<ContentAddress> ca)
DrvOutputSubstitutionGoal::DrvOutputSubstitutionGoal(const DrvOutput & id, Worker & worker)
: Goal(worker, init())
, id(id)
{