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.hh3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libstore/build/worker.hh b/src/libstore/build/worker.hh
index 5f80880a9..406bf205d 100644
--- a/src/libstore/build/worker.hh
+++ b/src/libstore/build/worker.hh
@@ -29,7 +29,6 @@ struct Child
WeakGoalPtr goal;
Goal * goal2; // ugly hackery
std::set<int> fds;
- bool respectTimeouts;
bool inBuildSlot;
/**
* Time we last got output on stdout/stderr
@@ -234,7 +233,7 @@ public:
* the process counts towards the jobs limit.
*/
void childStarted(GoalPtr goal, const std::set<int> & fds,
- bool inBuildSlot, bool respectTimeouts);
+ bool inBuildSlot);
/**
* Unregisters a running child process.