]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/basic/hashmap.c
strv: make iterator in STRV_FOREACH() declaread in the loop
[thirdparty/systemd.git] / src / basic / hashmap.c
index b51d70bc87928d0a708ba7b079110dde7f6d8be0..bd7a6b0d6e710cc03fed176e9207928a935098f9 100644 (file)
@@ -1864,7 +1864,6 @@ int _set_put_strdup_full(Set **s, const struct hash_ops *hash_ops, const char *p
 
 int _set_put_strdupv_full(Set **s, const struct hash_ops *hash_ops, char **l  HASHMAP_DEBUG_PARAMS) {
         int n = 0, r;
-        char **i;
 
         assert(s);