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:
parent
148c2531ee
commit
9e5f74d4e4
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue