st/mesa: remove unused pipe variable
authorBrian Paul <brianp@vmware.com>
Fri, 18 May 2012 19:33:25 +0000 (13:33 -0600)
committerBrian Paul <brianp@vmware.com>
Sat, 19 May 2012 14:28:57 +0000 (08:28 -0600)
src/mesa/state_tracker/st_draw.c

index 6150e46..0a06e99 100644 (file)
@@ -732,7 +732,6 @@ st_draw_vbo(struct gl_context *ctx,
             struct gl_transform_feedback_object *tfb_vertcount)
 {
    struct st_context *st = st_context(ctx);
-   struct pipe_context *pipe = st->pipe;
    struct pipe_index_buffer ibuffer = {0};
    struct pipe_draw_info info;
    const struct gl_client_array **arrays = ctx->Array._DrawArrays;