summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenneth Graunke <[email protected]>2018-01-19 18:23:59 -0800
committerKenneth Graunke <[email protected]>2019-02-21 10:26:05 -0800
commitffd7f13b4d94383dd803ec1764447327a229c6f8 (patch)
tree51604a0d225bf2d5662134ed82a97384d8630876 /src
parent8097dc9dd951f8631d0839315914f36769bd6e7e (diff)
iris: drop unused field
Diffstat (limited to 'src')
-rw-r--r--src/gallium/drivers/iris/iris_batch.h2
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 5e7a3c021cc..10d815f839c 100644
--- a/src/gallium/drivers/iris/iris_batch.h
+++ b/src/gallium/drivers/iris/iris_batch.h
@@ -44,8 +44,6 @@ struct iris_batch_buffer {
void *map;
void *map_next;
- unsigned flush_threshold;
-
struct iris_bo *partial_bo;
unsigned partial_bytes;