1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-22 17:35:35 +03:00

systemctl: remove unused variable

This commit is contained in:
Thomas Hindoe Paaboel Andersen 2013-12-27 12:04:00 +01:00
parent f000939e3b
commit 984af580b3

View File

@ -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;