gallium: Remove unused variables.
authorJosé Fonseca <jfonseca@vmware.com>
Tue, 30 Dec 2008 17:15:34 +0000 (17:15 +0000)
committerJosé Fonseca <jfonseca@vmware.com>
Tue, 30 Dec 2008 17:15:34 +0000 (17:15 +0000)
src/gallium/auxiliary/tgsi/tgsi_dump_c.c
src/gallium/drivers/softpipe/sp_quad_fs.c
src/mesa/state_tracker/st_framebuffer.c

index be25cb45a0a7690a722d2a3995a34c0bd1632719..c575b6c3e1fd55a7324191e5f794a94239d51dc0 100644 (file)
@@ -646,7 +646,6 @@ tgsi_dump_c(
    struct tgsi_full_declaration fd;
    uint ignored = flags & TGSI_DUMP_C_IGNORED;
    uint deflt = flags & TGSI_DUMP_C_DEFAULT;
-   uint instno = 0;
 
    tgsi_parse_init( &parse, tokens );
 
index 40329a956273b034eee930f5e916bf79a0d08a05..5dacbbe55f8cd29aabbebcce798f288e51e081dd 100644 (file)
@@ -171,7 +171,6 @@ static void shade_destroy(struct quad_stage *qs)
 struct quad_stage *sp_quad_shade_stage( struct softpipe_context *softpipe )
 {
    struct quad_shade_stage *qss = CALLOC_STRUCT(quad_shade_stage);
-   uint i;
 
    /* allocate storage for program inputs/outputs, aligned to 16 bytes */
    qss->inputs = MALLOC(PIPE_MAX_ATTRIBS * sizeof(*qss->inputs) + 16);
index 43ac195e67c49ce81a37b328438fe8fdf29ac08b..ea22a9430398b45459ef14fd1f4189cae7f9e975 100644 (file)
@@ -170,7 +170,6 @@ st_set_framebuffer_surface(struct st_framebuffer *stfb,
                            uint surfIndex, struct pipe_surface *surf)
 {
    GET_CURRENT_CONTEXT(ctx);
-   struct st_context *st;
    static const GLuint invalid_size = 9999999;
    struct st_renderbuffer *strb;
    GLuint width, height, i;