From: Lennart Poettering Date: Tue, 26 Sep 2017 18:24:30 +0000 (+0200) Subject: unit: remove unused fields from Unit structure X-Git-Tag: v235~50^2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6d330fef4dc70a44edc0f6edec754f562e7204e9;p=platform%2Fupstream%2Fsystemd.git unit: remove unused fields from Unit structure --- diff --git a/src/core/unit.h b/src/core/unit.h index 9aa00b0..3bd2ca4 100644 --- a/src/core/unit.h +++ b/src/core/unit.h @@ -168,9 +168,6 @@ struct Unit { /* CGroup realize members queue */ LIST_FIELDS(Unit, cgroup_queue); - /* Units with the same CGroup netclass */ - LIST_FIELDS(Unit, cgroup_netclass); - /* PIDs we keep an eye on. Note that a unit might have many * more, but these are the ones we care enough about to * process SIGCHLD for */