panfrost: Free hash_to_temp map
[mesa.git] / src / panfrost / midgard / compiler.h
index ec28c48d116713636c90cb0f3fc37f998ba384cd..f621840151552d3bdbacedf0a8fa9ea50c4135f9 100644 (file)
@@ -293,8 +293,6 @@ typedef struct compiler_context {
         /* Constants which have been loaded, for later inlining */
         struct hash_table_u64 *ssa_constants;
 
-        /* Mapping of hashes computed from NIR indices to the sequential temp indices ultimately used in MIR */
-        struct hash_table_u64 *hash_to_temp;
         int temp_count;
         int max_hash;