]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/systemctl/systemctl-clean-or-freeze.c
strv: make iterator in STRV_FOREACH() declaread in the loop
[thirdparty/systemd.git] / src / systemctl / systemctl-clean-or-freeze.c
index 7ed41e8e0af021cedd0aecfe9512322203232577..5c15a9fba0749b0b74c1de7c90fef07bc0730e86 100644 (file)
@@ -11,7 +11,6 @@ int verb_clean_or_freeze(int argc, char *argv[], void *userdata) {
         _cleanup_(bus_wait_for_units_freep) BusWaitForUnits *w = NULL;
         _cleanup_strv_free_ char **names = NULL;
         int r, ret = EXIT_SUCCESS;
-        char **name;
         const char *method;
         sd_bus *bus;