mirror of
https://github.com/systemd/systemd.git
synced 2024-12-25 01:34:28 +03:00
logind: remove some unused labels
This commit is contained in:
parent
4d44e4f0b5
commit
f2994ddbf9
@ -921,7 +921,6 @@ int session_kill(Session *s, KillWho who, int signo) {
|
||||
r = q;
|
||||
}
|
||||
|
||||
finish:
|
||||
if (pid_set)
|
||||
set_free(pid_set);
|
||||
|
||||
|
@ -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);
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user