diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/logind-session.c | 1 | ||||
-rw-r--r-- | src/logind-user.c | 1 | ||||
-rw-r--r-- | src/logind.h | 3 |
3 files changed, 0 insertions, 5 deletions
diff --git a/src/logind-session.c b/src/logind-session.c index 201cd394ec..011fc8f5b5 100644 --- a/src/logind-session.c +++ b/src/logind-session.c @@ -921,7 +921,6 @@ int session_kill(Session *s, KillWho who, int signo) { r = q; } -finish: if (pid_set) set_free(pid_set); diff --git a/src/logind-user.c b/src/logind-user.c index 1655a9a46b..3a677ff707 100644 --- a/src/logind-user.c +++ b/src/logind-user.c @@ -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); diff --git a/src/logind.h b/src/logind.h index 7f584558ae..db20bff194 100644 --- a/src/logind.h +++ b/src/logind.h @@ -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 |