i965: Fix HiZ change compiler warning.
authorEric Anholt <eric@anholt.net>
Wed, 8 Feb 2012 00:03:17 +0000 (16:03 -0800)
committerEric Anholt <eric@anholt.net>
Wed, 8 Feb 2012 00:03:30 +0000 (16:03 -0800)
src/mesa/drivers/dri/i965/gen6_hiz.c

index 3bbd010be344bf22d9a642b48a87aea191f8bfc5..4a82d3dcfafec7dffdda04d0a82973dc49d45bb2 100644 (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.