From: Thomas Hindoe Paaboel Andersen Date: Fri, 27 Dec 2013 11:04:00 +0000 (+0100) Subject: systemctl: remove unused variable X-Git-Tag: v209~615 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=984af580b3c3dda38ad6910703970e43d6300b54;p=elogind.git systemctl: remove unused variable --- diff --git a/src/systemctl/systemctl.c b/src/systemctl/systemctl.c index 3a9bca90c..67bc42660 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;