chiark / gitweb /
Prep v239: Add missing updates that evaded migration.
[elogind.git] / src / login / logind-user.c
index 57c4b8ca97d7f97772ace96ab19d2968362557d4..60e862e3b0b296b029f8a1de94246db178f43d94 100644 (file)
@@ -1,9 +1,4 @@
 /* SPDX-License-Identifier: LGPL-2.1+ */
-/***
-  This file is part of systemd.
-
-  Copyright 2011 Lennart Poettering
-***/
 
 #include <errno.h>
 #include <string.h>
@@ -322,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;