]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/core/unit.h
Merge pull request #15265 from fbuihuu/mount-fixes
[thirdparty/systemd.git] / src / core / unit.h
index 4ad429bf30920911ecf7b75d478e421e7711e368..bee68607fefa15c0dd716951615e520acc59acf5 100644 (file)
@@ -615,9 +615,6 @@ typedef struct UnitVTable {
         /* True if the unit type knows a failure state, and thus can be source of an OnFailure= dependency */
         bool can_fail:1;
 
-        /* True if After= dependencies should be refused */
-        bool refuse_after:1;
-
         /* True if units of this type shall be startable only once and then never again */
         bool once_only:1;