libprocessgroup: Remove CGROUPV2_CONTROLLER_NAME

This was deprecated a year ago, and should no longer be used.

Change-Id: I19c75e50fd3cc86734fa9cc7f3d883260b2484ca
This commit is contained in:
T.J. Mercier 2024-08-07 16:41:32 +00:00
parent 148c2531ee
commit 9e5f74d4e4

View file

@ -27,7 +27,6 @@
__BEGIN_DECLS
static constexpr const char* CGROUPV2_HIERARCHY_NAME = "cgroup2";
[[deprecated]] static constexpr const char* CGROUPV2_CONTROLLER_NAME = "cgroup2";
bool CgroupsAvailable();
bool CgroupGetControllerPath(const std::string& cgroup_name, std::string* path);