diff options
author | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2013-12-27 12:04:00 +0100 |
---|---|---|
committer | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2013-12-27 12:04:00 +0100 |
commit | 984af580b3c3dda38ad6910703970e43d6300b54 (patch) | |
tree | 3854a870b412e79144a670b9f00479a79be87c90 /src/systemctl/systemctl.c | |
parent | f000939e3b03ba991a81ddf0ca7b79b9a88d3003 (diff) |
systemctl: remove unused variable
Diffstat (limited to 'src/systemctl/systemctl.c')
-rw-r--r-- | src/systemctl/systemctl.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; |