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.hh11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/libstore/build/worker.hh b/src/libstore/build/worker.hh
index e21e91385..5f80880a9 100644
--- a/src/libstore/build/worker.hh
+++ b/src/libstore/build/worker.hh
@@ -230,17 +230,6 @@ public:
GoalPtr makeGoal(const DerivedPath & req, BuildMode buildMode = bmNormal);
/**
- * Return the number of local build processes currently running (but not
- * remote builds via the build hook).
- */
- unsigned int getNrLocalBuilds();
-
- /**
- * Return the number of substitution processes currently running.
- */
- unsigned int getNrSubstitutions();
-
- /**
* Registers a running child process. `inBuildSlot` means that
* the process counts towards the jobs limit.
*/