aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/build/worker.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstore/build/worker.hh')
-rw-r--r--src/libstore/build/worker.hh10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/libstore/build/worker.hh b/src/libstore/build/worker.hh
index dc85c43e3..bb51a2114 100644
--- a/src/libstore/build/worker.hh
+++ b/src/libstore/build/worker.hh
@@ -91,11 +91,6 @@ private:
*/
Goals topGoals;
- /**
- * Goals that are ready to do some work.
- */
- Goals awake;
-
template<typename G>
struct CachedGoal
{
@@ -150,11 +145,6 @@ private:
kj::Own<kj::PromiseFulfiller<void>> childFinished;
/**
- * Wake up a goal (i.e., there is something for it to do).
- */
- void wakeUp(GoalPtr goal);
-
- /**
* Wait for input to become available.
*/
kj::Promise<Result<void>> waitForInput();