panfrost: Free hash_to_temp map
[mesa.git] / src / panfrost / util / pan_liveness.c
index a46a11d9d3ced74b09f794c0460847e2716b127a..9772feb1a9c412a719e889ea9e2daf8f80409561 100644 (file)
@@ -104,14 +104,6 @@ liveness_block_update(
  * adding the predecessors of the block to the work list if we made progress.
  */
 
-static inline pan_block *
-pan_exit_block(struct list_head *blocks)
-{
-        pan_block *last = list_last_entry(blocks, pan_block, link);
-        assert(!last->successors[0] && !last->successors[1]);
-        return last;
-}
-
 void
 pan_compute_liveness(
                 struct list_head *blocks,