summaryrefslogtreecommitdiff
path: root/src/basic/special.h
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-07-23 09:24:39 -0400
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-07-23 09:29:02 -0400
commit4bc5d27b942afa83cc3d95debd2ad48d42ac07a8 (patch)
tree2bc0e22fbdfcd9077062be00b167f9a78b11a18f /src/basic/special.h
parent8ae12e733c5369a7e6360eaa5c942ea05fe44bde (diff)
downloadsystemd-4bc5d27b942afa83cc3d95debd2ad48d42ac07a8.tar.gz
Drop busname unit type
Since busname units are only useful with kdbus, they weren't actively used. This was dead code, only compile-tested. If busname units are ever added back, it'll be cleaner to start from scratch (possibly reverting parts of this patch).
Diffstat (limited to 'src/basic/special.h')
-rw-r--r--src/basic/special.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/basic/special.h b/src/basic/special.h
index feb8e5fe21..ddd4e84019 100644
--- a/src/basic/special.h
+++ b/src/basic/special.h
@@ -46,7 +46,6 @@
/* Early boot targets */
#define SPECIAL_SYSINIT_TARGET "sysinit.target"
#define SPECIAL_SOCKETS_TARGET "sockets.target"
-#define SPECIAL_BUSNAMES_TARGET "busnames.target"
#define SPECIAL_TIMERS_TARGET "timers.target"
#define SPECIAL_PATHS_TARGET "paths.target"
#define SPECIAL_LOCAL_FS_TARGET "local-fs.target"