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:
parent
b20cebf993
commit
46357468a4
5 changed files with 6 additions and 15 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue