diff options
author | Kenneth Graunke <[email protected]> | 2018-06-07 01:54:29 -0700 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2019-02-21 10:26:06 -0800 |
commit | a9e357caac712f37cac48f8d099542474391d5f8 (patch) | |
tree | 8958533fe0d7e9285fe5b0490adeec1e8926deb6 /src | |
parent | 73f3c2cad0557e2060e009061bfc53765216ae64 (diff) |
iris: fix release builds
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/drivers/iris/iris_batch.h | 2 |
1 files changed, 0 insertions, 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, |