util: use C99 declaration in the for-loop hash_table_foreach() macro
[mesa.git] / src / gallium / drivers / vc4 / vc4_program.c
index f734d1210529c57e8787509ff6aadde650d35d39..4896833177a941c2d28e5fb9afb7a352eb05cb83 100644 (file)
@@ -2975,7 +2975,6 @@ vc4_shader_state_delete(struct pipe_context *pctx, void *hwcso)
         struct vc4_context *vc4 = vc4_context(pctx);
         struct vc4_uncompiled_shader *so = hwcso;
 
-        struct hash_entry *entry;
         hash_table_foreach(vc4->fs_cache, entry) {
                 delete_from_cache_if_matches(vc4->fs_cache, &vc4->prog.fs,
                                              entry, so);