]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/core/unit.h
Move no_instances information to shared/
[thirdparty/systemd.git] / src / core / unit.h
index 6ac925a185109357bde644b18abf991c84c6d310..be62e88421fff04514bb21239c46cfcc2fe8e63a 100644 (file)
@@ -416,9 +416,6 @@ struct UnitVTable {
         /* The strings to print in status messages */
         UnitStatusMessageFormats status_message_formats;
 
-        /* Instances make no sense for this type */
-        bool no_instances:1;
-
         /* True if transient units of this type are OK */
         bool can_transient:1;
 };