summaryrefslogtreecommitdiff
path: root/src/core/slice.c
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2016-04-30 16:21:41 -0400
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2016-05-01 19:40:51 -0400
commit8a993b61d1cd46a9c48d36fb67818883d80d9bc2 (patch)
tree260bc01a843aab21fcbbddaff5bd18a15b4636af /src/core/slice.c
parentf4bf8d2f45b02c26234219d07bfd3a41290cc84e (diff)
downloadsystemd-8a993b61d1cd46a9c48d36fb67818883d80d9bc2.tar.gz
Move no_alias information to shared/
This way it can be used in install.c in subsequent commit.
Diffstat (limited to 'src/core/slice.c')
-rw-r--r--src/core/slice.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/slice.c b/src/core/slice.c
index 63a77c9bca..96c7c74598 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_alias = true,
.no_instances = true,
.can_transient = true,