util: use C99 declaration in the for-loop hash_table_foreach() macro
[mesa.git] / src / gallium / drivers / vc4 / vc4_job.c
index 725697658475f2009d059f508d54b75796f9f54f..f38c464754117703f5f3fe891f48656134442ff4 100644 (file)
@@ -118,7 +118,6 @@ vc4_flush_jobs_reading_resource(struct vc4_context *vc4,
 
         vc4_flush_jobs_writing_resource(vc4, prsc);
 
-        struct hash_entry *entry;
         hash_table_foreach(vc4->jobs, entry) {
                 struct vc4_job *job = entry->data;