i965: Fix compiler warning from unused var.
authorEric Anholt <eric@anholt.net>
Fri, 24 Oct 2008 19:43:17 +0000 (12:43 -0700)
committerEric Anholt <eric@anholt.net>
Mon, 27 Oct 2008 18:53:06 +0000 (11:53 -0700)
src/mesa/drivers/dri/i965/brw_vtbl.c

index a64e437..2d4c812 100644 (file)
@@ -62,7 +62,6 @@ dri_bo_release(dri_bo **bo)
  */
 static void brw_destroy_context( struct intel_context *intel )
 {
-   GLcontext *ctx = &intel->ctx;
    struct brw_context *brw = brw_context(&intel->ctx);
    int i;