i965: Fix HiZ change compiler warning.

This commit is contained in:
Eric Anholt 2012-02-07 16:03:17 -08:00
parent 7b36c68ba6
commit 94866ffbb8

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.