i965: Fix compiler warning from unused var.

This commit is contained in:
Eric Anholt 2008-10-24 12:43:17 -07:00
parent a74b1e149d
commit bcfba0d91e

View 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;