]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/nspawn/nspawn-oci.c
strv: make iterator in STRV_FOREACH() declaread in the loop
[thirdparty/systemd.git] / src / nspawn / nspawn-oci.c
index a23358464ba7b135e065306c7d77b9baf61910ac..44564ba61959e2f25d0280cc916222ba97fb6032 100644 (file)
@@ -1892,7 +1892,6 @@ static int oci_seccomp_syscalls(const char *name, JsonVariant *v, JsonDispatchFl
                 struct syscall_rule rule = {
                         .action = UINT32_MAX,
                 };
-                char **i;
 
                 r = json_dispatch(e, table, oci_unexpected, flags, &rule);
                 if (r < 0)