From: Kenneth Graunke Date: Thu, 7 Jun 2018 08:54:29 +0000 (-0700) Subject: iris: fix release builds X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a9e357caac712f37cac48f8d099542474391d5f8;p=mesa.git iris: fix release builds --- 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,