chiark / gitweb /
Prep v239: Add missing updates that evaded migration.
[elogind.git] / src / login / logind-user.c
index c5a49e1b67aa6440ae68c1120acfdd1b56414d89..60e862e3b0b296b029f8a1de94246db178f43d94 100644 (file)
@@ -317,12 +317,6 @@ int user_load(User *u) {
 }
 
 
-#if 0 /// elogind can not ask systemd via dbus to start user services
-#else
-        assert(u);
-
-        hashmap_put(u->manager->user_units, u->slice, u);
-#endif // 0
 static int user_start_service(User *u) {
 #if 0 /// elogind can not ask systemd via dbus to start user services
         _cleanup_(sd_bus_error_free) sd_bus_error error = SD_BUS_ERROR_NULL;