iris: Unreference some more things on state module teardown
[mesa.git] / src / gallium / drivers / iris / iris_batch.h
index 32434e807496606bc5f2663fe71d977fca2ec8e5..d398c3c473e4abb0a6bab3b48cd56926b7938bb0 100644 (file)
@@ -118,9 +118,6 @@ struct iris_batch {
       struct set *depth;
    } cache;
 
-   /** Map from batch offset to iris_alloc_state data (with DEBUG_BATCH) */
-   // XXX: unused
-   struct hash_table *state_sizes;
    struct gen_batch_decode_ctx decoder;
 
    /** Have we emitted any draw calls to this batch? */