From: Kenneth Graunke Date: Thu, 1 Nov 2012 23:12:56 +0000 (-0700) Subject: i965: Remove unused variables after removing the old VS backend. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=df8a4001f50d787eb3584adc9b5bb1d6aa7fa24a;p=mesa.git i965: Remove unused variables after removing the old VS backend. Fixes compiler warnings about unused variables. --- diff --git a/src/mesa/drivers/dri/i965/brw_vs.c b/src/mesa/drivers/dri/i965/brw_vs.c index a837c44ffff..446673133cf 100644 --- a/src/mesa/drivers/dri/i965/brw_vs.c +++ b/src/mesa/drivers/dri/i965/brw_vs.c @@ -212,13 +212,11 @@ do_vs_prog(struct brw_context *brw, struct brw_vertex_program *vp, struct brw_vs_prog_key *key) { - struct gl_context *ctx = &brw->intel.ctx; struct intel_context *intel = &brw->intel; GLuint program_size; const GLuint *program; struct brw_vs_compile c; void *mem_ctx; - int aux_size; int i; struct gl_shader *vs = NULL;