unit: drop an unused fields from Unit struct

This commit is contained in:
Lennart Poettering 2018-11-21 17:06:19 +01:00
parent 66fa4bdd70
commit 27da878e7e

View 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);