softpipe: squash warning

This commit is contained in:
Keith Whitwell 2008-04-22 20:32:22 +01:00
parent 88f8eed3c4
commit 1f0f029ba6
1 changed files with 0 additions and 1 deletions

View 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);