1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-01 17:51:22 +03:00

unit: remove orphaned cgroup_netclass_id field

This commit is contained in:
Lennart Poettering 2016-07-28 09:50:28 +02:00
parent 622a0f628c
commit b4c990e91b

View File

@ -195,8 +195,6 @@ struct Unit {
CGroupMask cgroup_members_mask;
int cgroup_inotify_wd;
uint32_t cgroup_netclass_id;
/* How to start OnFailure units */
JobMode on_failure_job_mode;