aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/build/goal.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstore/build/goal.hh')
-rw-r--r--src/libstore/build/goal.hh10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/libstore/build/goal.hh b/src/libstore/build/goal.hh
index 01d3c3491..9af083230 100644
--- a/src/libstore/build/goal.hh
+++ b/src/libstore/build/goal.hh
@@ -49,16 +49,6 @@ enum struct JobCategory {
* A substitution an arbitrary store object; it will use network resources.
*/
Substitution,
- /**
- * A goal that does no "real" work by itself, and just exists to depend on
- * other goals which *do* do real work. These goals therefore are not
- * limited.
- *
- * These goals cannot infinitely create themselves, so there is no risk of
- * a "fork bomb" type situation (which would be a problem even though the
- * goal do no real work) either.
- */
- Administration,
};
struct Goal : public std::enable_shared_from_this<Goal>