]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
unit: drop an unused fields from Unit struct
authorLennart Poettering <lennart@poettering.net>
Wed, 21 Nov 2018 16:06:19 +0000 (17:06 +0100)
committerLennart Poettering <lennart@poettering.net>
Thu, 22 Nov 2018 23:37:00 +0000 (00:37 +0100)
src/core/unit.h

index 22f33aaae324869c5499227b3baf2beda83ba61f..15cd02e23a995efb3f2f9c3f185acda0c13abcce 100644 (file)
@@ -182,9 +182,6 @@ typedef struct Unit {
         /* Per type list */
         LIST_FIELDS(Unit, units_by_type);
 
-        /* All units which have requires_mounts_for set */
-        LIST_FIELDS(Unit, has_requires_mounts_for);
-
         /* Load queue */
         LIST_FIELDS(Unit, load_queue);