mirror of
https://github.com/NixOS/nix.git
synced 2025-12-15 13:31:05 +01:00
Remove unused parameter to the goal constructor
It has been unused since 37fca662b0.
This commit is contained in:
parent
1055c9fd14
commit
ecdcba27c5
4 changed files with 5 additions and 5 deletions
|
|
@ -8,7 +8,7 @@
|
|||
namespace nix {
|
||||
|
||||
PathSubstitutionGoal::PathSubstitutionGoal(const StorePath & storePath, Worker & worker, RepairFlag repair, std::optional<ContentAddress> ca)
|
||||
: Goal(worker, DerivedPath::Opaque { storePath })
|
||||
: Goal(worker)
|
||||
, storePath(storePath)
|
||||
, repair(repair)
|
||||
, ca(ca)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue