chiark / gitweb /
units: get rid of no_requires unit flag, and make crypto disks require cryptsetup...
[elogind.git] / src / unit.h
index b260dd5b986b35edd10e1079ce8910c785453d41..fbe88c2c794e4a58d8fea0df591fc931365245a3 100644 (file)
@@ -353,11 +353,6 @@ struct UnitVTable {
         /* Can units of this type have multiple names? */
         bool no_alias:1;
 
-        /* If true units of this types can never have "Requires"
-         * dependencies, because state changes can only be observed,
-         * not triggered */
-        bool no_requires:1;
-
         /* Instances make no sense for this type */
         bool no_instances:1;