summaryrefslogtreecommitdiff
path: root/src/basic/exit-status.h
diff options
context:
space:
mode:
authorDaniel Mack <daniel@zonque.org>2016-02-11 22:12:04 +0100
committerDaniel Mack <daniel@zonque.org>2016-02-11 22:12:04 +0100
commit9ca6ff50ab7af9d122521c5bb9cc8201cb38181a (patch)
tree25cccd673eb89f5783fb31c14e27030b25c7fd0f /src/basic/exit-status.h
parentc8b166b3ead88315b2f463fcf475e532b1300f72 (diff)
Remove kdbus custom endpoint support
This feature will not be used anytime soon, so remove a bit of cruft. The BusPolicy= config directive will stay around as compat noop.
Diffstat (limited to 'src/basic/exit-status.h')
-rw-r--r--src/basic/exit-status.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/basic/exit-status.h b/src/basic/exit-status.h
index 79525d30ee..1208c8feed 100644
--- a/src/basic/exit-status.h
+++ b/src/basic/exit-status.h
@@ -77,7 +77,6 @@ typedef enum ExitStatus {
EXIT_RUNTIME_DIRECTORY,
EXIT_MAKE_STARTER,
EXIT_CHOWN,
- EXIT_BUS_ENDPOINT,
EXIT_SMACK_PROCESS_LABEL,
} ExitStatus;