chiark / gitweb /
logind: remove some unused labels
authorLennart Poettering <lennart@poettering.net>
Wed, 13 Jul 2011 18:06:27 +0000 (20:06 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 13 Jul 2011 18:06:27 +0000 (20:06 +0200)
src/logind-session.c
src/logind-user.c
src/logind.h

index 201cd394ec34e258eadeeab3be8e85888b24c11c..011fc8f5b55597082f350c54e9ba4ed44509b959 100644 (file)
@@ -921,7 +921,6 @@ int session_kill(Session *s, KillWho who, int signo) {
                                 r = q;
         }
 
-finish:
         if (pid_set)
                 set_free(pid_set);
 
index 1655a9a46b76b7b9d4a372dd8a7fd3f58433c854..3a677ff707888a9b5c52733ced71e3dbc6fdda8c 100644 (file)
@@ -533,7 +533,6 @@ int user_kill(User *u, int signo) {
                 if (q != -EAGAIN && q != -ESRCH && q != -ENOENT)
                         r = q;
 
-finish:
         if (pid_set)
                 set_free(pid_set);
 
index 7f584558ae481399c0a429f708f2e20b64368700..db20bff194c35b72077c83e73574092611fcc401 100644 (file)
  *
  * spawn user systemd
  * direct client API
- * add display symlinks also per-session
  *
  * udev:
  * drop redundant udev_device_get_is_initialized() use as soon as libudev is fixed
  * use device_has_tag() as soon as it is available
- * trigger based on libudev if available
  * enumerate recursively with libudev when triggering
  * use sysfs in device hash table, not sysname, when fb driver is fixed
- * fix ACL enumeration as soon as libudev can properly handle two match tags when enumerating
  *
  * non-local X11 server
  * reboot/shutdown halt management