From ce99c68a3362a2905743a0673a4c016f2b8ab1a6 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Sat, 30 Apr 2016 18:34:13 -0400 Subject: Move no_instances information to shared/ This way it can be used in install.c in subsequent commit. --- src/core/slice.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/core/slice.c') diff --git a/src/core/slice.c b/src/core/slice.c index 96c7c74598..c7700b8857 100644 --- a/src/core/slice.c +++ b/src/core/slice.c @@ -309,7 +309,6 @@ const UnitVTable slice_vtable = { "Install\0", .private_section = "Slice", - .no_instances = true, .can_transient = true, .init = slice_init, -- cgit v1.2.3-54-g00ecf