iris: fix release builds
authorKenneth Graunke <kenneth@whitecape.org>
Thu, 7 Jun 2018 08:54:29 +0000 (01:54 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 21 Feb 2019 18:26:06 +0000 (10:26 -0800)
src/gallium/drivers/iris/iris_batch.h

index 88a58d083f5b0d313010369a35596ef2287130ae..13e54c59b05f818c0726b826b4882bcfaa5f09dd 100644 (file)
@@ -87,12 +87,10 @@ struct iris_batch {
       struct set *depth;
    } cache;
 
-#if DEBUG
    /** 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;
-#endif
 };
 
 void iris_init_batch(struct iris_batch *batch,