From: Chad Versace Date: Thu, 22 Jun 2017 21:42:47 +0000 (-0700) Subject: i965: Fix -Wunused-variable in gen8_write_pma_stall_bits() X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=55f335bd303da8fff90ccc8d7e43aac70d4b80b5;p=mesa.git i965: Fix -Wunused-variable in gen8_write_pma_stall_bits() Trivial fix. 'ctx' was unused. --- 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. */