From 94866ffbb8c2bb6957a763975da859b123d74b16 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Tue, 7 Feb 2012 16:03:17 -0800 Subject: [PATCH] i965: Fix HiZ change compiler warning. --- src/mesa/drivers/dri/i965/gen6_hiz.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mesa/drivers/dri/i965/gen6_hiz.c b/src/mesa/drivers/dri/i965/gen6_hiz.c index 3bbd010be34..4a82d3dcfaf 100644 --- a/src/mesa/drivers/dri/i965/gen6_hiz.c +++ b/src/mesa/drivers/dri/i965/gen6_hiz.c @@ -72,7 +72,6 @@ gen6_hiz_emit_batch_head(struct brw_context *brw) { struct gl_context *ctx = &brw->intel.ctx; struct intel_context *intel = &brw->intel; - struct brw_hiz_state *hiz = &brw->hiz; /* To ensure that the batch contains only the resolve, flush the batch * before beginning and after finishing emitting the resolve packets. -- 2.30.2