summaryrefslogtreecommitdiff
path: root/src/core/mount.c
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2016-04-30 18:34:13 -0400
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2016-05-01 19:58:59 -0400
commitce99c68a3362a2905743a0673a4c016f2b8ab1a6 (patch)
treef749e2267824028aba2eb2d59fa375dadba2b80e /src/core/mount.c
parenta77245890103cae2d3ad69d3e6506cea4f7f9065 (diff)
Move no_instances information to shared/
This way it can be used in install.c in subsequent commit.
Diffstat (limited to 'src/core/mount.c')
-rw-r--r--src/core/mount.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/mount.c b/src/core/mount.c
index adc74c3bea..c8a898e4dc 100644
--- a/src/core/mount.c
+++ b/src/core/mount.c
@@ -1839,8 +1839,6 @@ const UnitVTable mount_vtable = {
"Install\0",
.private_section = "Mount",
- .no_instances = true,
-
.init = mount_init,
.load = mount_load,
.done = mount_done,