util: use C99 declaration in the for-loop hash_table_foreach() macro
[mesa.git] / src / broadcom / compiler / vir_live_variables.c
index 019cde145673bd1cf5eedc07775836dbb56a89fa..2879e23b43c3f1210884495abff44df09a9f13df 100644 (file)
@@ -180,8 +180,6 @@ vir_setup_def(struct v3d_compile *c, struct qblock *block, int ip,
 static void
 sf_state_clear(struct hash_table *partial_update_ht)
 {
-        struct hash_entry *entry;
-
         hash_table_foreach(partial_update_ht, entry) {
                 struct partial_update_state *state = entry->data;