From: Lennart Poettering Date: Wed, 21 Nov 2018 16:06:19 +0000 (+0100) Subject: unit: drop an unused fields from Unit struct X-Git-Tag: v240~244 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27da878e7e1012c6ac88b7e19bb3886878c927e1;p=thirdparty%2Fsystemd.git unit: drop an unused fields from Unit struct --- diff --git a/src/core/unit.h b/src/core/unit.h index 22f33aaae32..15cd02e23a9 100644 --- a/src/core/unit.h +++ b/src/core/unit.h @@ -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);