panfrost: Free hash_to_temp map
[mesa.git] / src / panfrost / midgard / midgard_compile.c
index d8d1852f5e212291d9876ad4d607978f363838bc..239434d7634bad1517d16ac91ed685789ad6b52c 100644 (file)
@@ -2855,7 +2855,6 @@ midgard_compile_shader_nir(nir_shader *nir, panfrost_program *program, bool is_b
         /* Initialize at a global (not block) level hash tables */
 
         ctx->ssa_constants = _mesa_hash_table_u64_create(NULL);
-        ctx->hash_to_temp = _mesa_hash_table_u64_create(NULL);
 
         /* Lower gl_Position pre-optimisation, but after lowering vars to ssa
          * (so we don't accidentally duplicate the epilogue since mesa/st has