diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2022-11-10 17:24:12 +0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2022-11-10 17:24:12 +0100 |
commit | 6c6eff8ac40e2f5d7b6ff8e772feebb1aa484039 (patch) | |
tree | 9d23d9f926d64f4a1e6c6e43be9577efc6f293f3 /src/libutil/experimental-features.cc | |
parent | 05d258667d12b2decda87024a59250c43343b509 (diff) |
Remove the SystemdCgroup feature
Diffstat (limited to 'src/libutil/experimental-features.cc')
-rw-r--r-- | src/libutil/experimental-features.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libutil/experimental-features.cc b/src/libutil/experimental-features.cc index 670079019..0f05f3752 100644 --- a/src/libutil/experimental-features.cc +++ b/src/libutil/experimental-features.cc @@ -15,7 +15,6 @@ std::map<ExperimentalFeature, std::string> stringifiedXpFeatures = { { Xp::FetchClosure, "fetch-closure" }, { Xp::ReplFlake, "repl-flake" }, { Xp::AutoAllocateUids, "auto-allocate-uids" }, - { Xp::SystemdCgroup, "systemd-cgroup" }, }; const std::optional<ExperimentalFeature> parseExperimentalFeature(const std::string_view & name) |