i965: Remove unused variables after removing the old VS backend.

Fixes compiler warnings about unused variables.
This commit is contained in:
Kenneth Graunke 2012-11-01 16:12:56 -07:00
parent 60c008dde6
commit df8a4001f5

View file

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