summaryrefslogtreecommitdiff
path: root/src/core/manager.h
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2016-09-09 15:16:26 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2016-09-09 15:16:26 +0100
commit232f6754f60ae803c992ca156cbc25fa80a5b9db (patch)
treeb4bcc37c9270863d0773f1edc3121dcd91947721 /src/core/manager.h
parentba612f4204230a9a63e18c42e20b47ed09da675e (diff)
pid1: drop kdbus_fd and all associated logic
Diffstat (limited to 'src/core/manager.h')
-rw-r--r--src/core/manager.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/manager.h b/src/core/manager.h
index b9f2e4b5a1..a592f1cb94 100644
--- a/src/core/manager.h
+++ b/src/core/manager.h
@@ -294,9 +294,6 @@ struct Manager {
* value where Unit objects are contained. */
Hashmap *units_requiring_mounts_for;
- /* Reference to the kdbus bus control fd */
- int kdbus_fd;
-
/* Used for processing polkit authorization responses */
Hashmap *polkit_registry;