softpipe: squash warning
authorKeith Whitwell <keith@tungstengraphics.com>
Tue, 22 Apr 2008 19:32:22 +0000 (20:32 +0100)
committerKeith Whitwell <keith@tungstengraphics.com>
Tue, 22 Apr 2008 19:32:22 +0000 (20:32 +0100)
src/gallium/drivers/softpipe/sp_state_fs.c

index 2921066..525cea9 100644 (file)
@@ -82,7 +82,6 @@ softpipe_bind_fs_state(struct pipe_context *pipe, void *fs)
 void
 softpipe_delete_fs_state(struct pipe_context *pipe, void *fs)
 {
-   struct softpipe_context *softpipe = softpipe_context(pipe);
    struct sp_fragment_shader *state = fs;
 
    assert(fs != softpipe->fs);