[systemd-commits] src/systemctl
Thomas H.P. Andersen
phomes at kemper.freedesktop.org
Fri Dec 27 03:04:06 PST 2013
src/systemctl/systemctl.c | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 984af580b3c3dda38ad6910703970e43d6300b54
Author: Thomas Hindoe Paaboel Andersen <phomes at gmail.com>
Date: Fri Dec 27 12:04:00 2013 +0100
systemctl: remove unused variable
diff --git a/src/systemctl/systemctl.c b/src/systemctl/systemctl.c
index 3a9bca9..67bc426 100644
--- a/src/systemctl/systemctl.c
+++ b/src/systemctl/systemctl.c
@@ -2486,7 +2486,6 @@ static int start_special(sd_bus *bus, char **args) {
}
static int check_unit_generic(sd_bus *bus, int code, const char *good_states, char **args) {
- _cleanup_bus_error_free_ sd_bus_error error = SD_BUS_ERROR_NULL;
_cleanup_strv_free_ char **names = NULL;
char **name;
int r = code;
More information about the systemd-commits
mailing list