aboutsummaryrefslogtreecommitdiff
path: root/src/libutil/experimental-features.hh
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2022-11-10 17:24:12 +0100
committerEelco Dolstra <edolstra@gmail.com>2022-11-10 17:24:12 +0100
commit6c6eff8ac40e2f5d7b6ff8e772feebb1aa484039 (patch)
tree9d23d9f926d64f4a1e6c6e43be9577efc6f293f3 /src/libutil/experimental-features.hh
parent05d258667d12b2decda87024a59250c43343b509 (diff)
Remove the SystemdCgroup feature
Diffstat (limited to 'src/libutil/experimental-features.hh')
-rw-r--r--src/libutil/experimental-features.hh1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libutil/experimental-features.hh b/src/libutil/experimental-features.hh
index c749d4767..cf0c06eac 100644
--- a/src/libutil/experimental-features.hh
+++ b/src/libutil/experimental-features.hh
@@ -24,7 +24,6 @@ enum struct ExperimentalFeature
FetchClosure,
ReplFlake,
AutoAllocateUids,
- SystemdCgroup,
};
/**