summaryrefslogtreecommitdiff
path: root/src/unit.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-11-15 18:26:37 +0100
committerLennart Poettering <lennart@poettering.net>2010-11-15 18:26:37 +0100
commit8c4dd542afde23d21d736b24b5ab66c25ab091e8 (patch)
tree58e4044628e981d364a0fa940fd6055dd217a7ea /src/unit.h
parent99f08d14a7e4210bdb97b8c9d0752ec318ecca30 (diff)
units: get rid of no_requires unit flag, and make crypto disks require cryptsetup service
Diffstat (limited to 'src/unit.h')
-rw-r--r--src/unit.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/unit.h b/src/unit.h
index b260dd5b98..fbe88c2c79 100644
--- a/src/unit.h
+++ b/src/unit.h
@@ -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;