i965: Fix -Wunused-variable in gen8_write_pma_stall_bits()

Trivial fix.  'ctx' was unused.
This commit is contained in:
Chad Versace
2017-06-22 14:42:47 -07:00
parent de7ed0ba55
commit 55f335bd30
@@ -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.
*/