From a9e357caac712f37cac48f8d099542474391d5f8 Mon Sep 17 00:00:00 2001 From: Kenneth Graunke Date: Thu, 7 Jun 2018 01:54:29 -0700 Subject: [PATCH] iris: fix release builds --- src/gallium/drivers/iris/iris_batch.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/gallium/drivers/iris/iris_batch.h b/src/gallium/drivers/iris/iris_batch.h index 88a58d083f5..13e54c59b05 100644 --- a/src/gallium/drivers/iris/iris_batch.h +++ b/src/gallium/drivers/iris/iris_batch.h @@ -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, -- 2.30.2