diff options
Diffstat (limited to 'src/core/bus-errors.h')
-rw-r--r-- | src/core/bus-errors.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/bus-errors.h b/src/core/bus-errors.h index dca7824bd..04c1b2849 100644 --- a/src/core/bus-errors.h +++ b/src/core/bus-errors.h @@ -43,7 +43,6 @@ #define BUS_ERROR_TRANSACTION_ORDER_IS_CYCLIC "org.freedesktop.systemd1.TransactionOrderIsCyclic" #define BUS_ERROR_SHUTTING_DOWN "org.freedesktop.systemd1.ShuttingDown" #define BUS_ERROR_NO_SUCH_PROCESS "org.freedesktop.systemd1.NoSuchProcess" -#define BUS_ERROR_ACCESS_DENIED "org.freedesktop.systemd1.AccessDenied" static inline const char *bus_error(const DBusError *e, int r) { if (e && e->message) |