util: use C99 declaration in the for-loop hash_table_foreach() macro
[mesa.git] / src / compiler / glsl / ast_to_hir.cpp
index 97329e5be24045c65dfab39367414f74045a216d..084b7021a9f22af83a0f1eb2af9ea4e09955d290 100644 (file)
@@ -6645,7 +6645,6 @@ ast_case_statement_list::hir(exec_list *instructions,
     * if default should be chosen or not.
     */
    if (!default_case.is_empty()) {
-      struct hash_entry *entry;
       ir_factory body(instructions, state);
 
       ir_expression *cmp = NULL;