]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/id128/id128.c
strv: make iterator in STRV_FOREACH() declaread in the loop
[thirdparty/systemd.git] / src / id128 / id128.c
index 484a72677d76fd7e806cfca1d41ae231726e0eed..6f4d65103ce45a342b74817132d2ca15fe3a6fb6 100644 (file)
@@ -102,7 +102,6 @@ static int show_one(Table **table, const char *name, sd_id128_t uuid, bool first
 
 static int verb_show(int argc, char **argv, void *userdata) {
         _cleanup_(table_unrefp) Table *table = NULL;
-        char **p;
         int r;
 
         argv = strv_skip(argv, 1);