Skip to content

Commit b20cebf

Browse files
committed
Remove unused typedef and field
1 parent 5700112 commit b20cebf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/libstore/include/nix/store/build/drv-output-substitution-goal.hh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ public:
3535
RepairFlag repair = NoRepair,
3636
std::optional<ContentAddress> ca = std::nullopt);
3737

38-
typedef void (DrvOutputSubstitutionGoal::*GoalState)();
39-
GoalState state;
4038

4139
Co init();
4240
Co realisationFetched(Goals waitees, std::shared_ptr<const Realisation> outputInfo, nix::ref<nix::Store> sub);

0 commit comments

Comments
 (0)