]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
unit: remove unused fields from Unit structure
authorLennart Poettering <lennart@poettering.net>
Tue, 26 Sep 2017 18:24:30 +0000 (20:24 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 27 Sep 2017 15:59:25 +0000 (17:59 +0200)
src/core/unit.h

index 9aa00b056f1b664d858dd23a61c1e5d7b28390d9..3bd2ca4f5f14a7e8278f00680c645d86a7e57027 100644 (file)
@@ -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 */