From 984af580b3c3dda38ad6910703970e43d6300b54 Mon Sep 17 00:00:00 2001 From: Thomas Hindoe Paaboel Andersen Date: Fri, 27 Dec 2013 12:04:00 +0100 Subject: systemctl: remove unused variable --- src/systemctl/systemctl.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/systemctl') diff --git a/src/systemctl/systemctl.c b/src/systemctl/systemctl.c index 3a9bca90ce..67bc42660e 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; -- cgit v1.2.3-54-g00ecf