iris: fix release builds

This commit is contained in:
Kenneth Graunke 2018-06-07 01:54:29 -07:00
parent 73f3c2cad0
commit a9e357caac
1 changed files with 0 additions and 2 deletions

View 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,