diff options
Diffstat (limited to 'src/core/unit.h')
-rw-r--r-- | src/core/unit.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/unit.h b/src/core/unit.h index 786c15d623..94f2180951 100644 --- a/src/core/unit.h +++ b/src/core/unit.h @@ -242,9 +242,6 @@ typedef struct Unit { /* Queue of units that have a BindTo= dependency on some other unit, and should possibly be shut down */ LIST_FIELDS(Unit, stop_when_bound_queue); - /* Queue of units which have triggered an OnFailure= or OnSuccess= dependency job. */ - LIST_FIELDS(Unit, triggered_by); - /* PIDs we keep an eye on. Note that a unit might have many * more, but these are the ones we care enough about to * process SIGCHLD for */ |