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 9aa00b0..3bd2ca4 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 */