freedreno/a6xx: Silence compiler warnings
[mesa.git] / src / gallium / drivers / vc4 / vc4_qir_lower_uniforms.c
index ad19f06d31b98b3ae3134cb603455792ac4e83e5..d7c22e75c2938fc52513fb64c8deb9a7627d7a60 100644 (file)
@@ -136,7 +136,6 @@ qir_lower_uniforms(struct vc4_compile *c)
                  */
                 uint32_t max_count = 0;
                 uint32_t max_index = 0;
-                struct hash_entry *entry;
                 hash_table_foreach(ht, entry) {
                         uint32_t count = (uintptr_t)entry->data;
                         uint32_t index = (uintptr_t)entry->key - 1;