From f2994ddbf9af6be52dc962332bbaeb7e2b1f3bde Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 13 Jul 2011 20:06:27 +0200 Subject: [PATCH] logind: remove some unused labels --- src/logind-session.c | 1 - src/logind-user.c | 1 - src/logind.h | 3 --- 3 files changed, 5 deletions(-) diff --git a/src/logind-session.c b/src/logind-session.c index 201cd394e..011fc8f5b 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 1655a9a46..3a677ff70 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 7f584558a..db20bff19 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 -- 2.30.2