Revert "softpipe: squash warning"

This reverts commit 1f0f029ba6.

Which broke the debug build.
This commit is contained in:
Keith Whitwell 2008-04-22 21:17:21 +01:00
parent 0588858702
commit 4ebede8c7f
1 changed files with 1 additions and 0 deletions

View File

@ -82,6 +82,7 @@ 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);