diff options
Diffstat (limited to 'src/core/scope.c')
-rw-r--r-- | src/core/scope.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/scope.c b/src/core/scope.c index 3915e5c88c..238f63a729 100644 --- a/src/core/scope.c +++ b/src/core/scope.c @@ -569,7 +569,6 @@ const UnitVTable scope_vtable = { "Install\0", .private_section = "Scope", - .no_instances = true, .can_transient = true, .init = scope_init, |