chiark / gitweb /
Prep v228: Substitute declaration masks (4/4)
[elogind.git] / src / libelogind / sd-bus / sd-bus.c
index 7e733cdea0e04000924323a6d91a689d44f87232..630c84935f0f87f37270e0e07e00ea9b123e42b5 100644 (file)
@@ -75,7 +75,10 @@ static int attach_io_events(sd_bus *b);
 static void detach_io_events(sd_bus *b);
 
 static thread_local sd_bus *default_system_bus = NULL;
-// UNNEEDED static thread_local sd_bus *default_user_bus = NULL;
+/// UNNEEDED by elogind
+#if 0
+static thread_local sd_bus *default_user_bus = NULL;
+#endif // 0
 static thread_local sd_bus *default_starter_bus = NULL;
 
 static void bus_close_fds(sd_bus *b) {