1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-23 21:35:11 +03:00

logind: remove some unused labels

This commit is contained in:
Lennart Poettering 2011-07-13 20:06:27 +02:00
parent 4d44e4f0b5
commit f2994ddbf9
3 changed files with 0 additions and 5 deletions

View File

@ -921,7 +921,6 @@ int session_kill(Session *s, KillWho who, int signo) {
r = q;
}
finish:
if (pid_set)
set_free(pid_set);

View 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);

View File

@ -36,15 +36,12 @@
*
* 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