diff options
-rw-r--r-- | src/mesa/drivers/dri/i965/gen8_depth_state.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/i965/gen8_depth_state.c b/src/mesa/drivers/dri/i965/gen8_depth_state.c index 29f16b7960b..52c6dd0787d 100644 --- a/src/mesa/drivers/dri/i965/gen8_depth_state.c +++ b/src/mesa/drivers/dri/i965/gen8_depth_state.c @@ -324,8 +324,6 @@ pma_fix_enable(const struct brw_context *brw) void gen8_write_pma_stall_bits(struct brw_context *brw, uint32_t pma_stall_bits) { - struct gl_context *ctx = &brw->ctx; - /* If we haven't actually changed the value, bail now to avoid unnecessary * pipeline stalls and register writes. */ |