i965: Fix HiZ change compiler warning.

(cherry picked from commit 94866ffbb8)
This commit is contained in:
Eric Anholt 2012-02-07 16:03:17 -08:00 committed by Chad Versace
parent e1f9820b47
commit 3d3bd0e917

View file

@ -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.