i965: Remove unused variables after removing the old VS backend.
authorKenneth Graunke <kenneth@whitecape.org>
Thu, 1 Nov 2012 23:12:56 +0000 (16:12 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 1 Nov 2012 23:13:16 +0000 (16:13 -0700)
Fixes compiler warnings about unused variables.

src/mesa/drivers/dri/i965/brw_vs.c

index a837c44ffffab96f362defd5ae06a11b0a445152..446673133cfc1a960ccbfdd1fff6f71fe54f0112 100644 (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;