summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-10-21 14:10:09 -0600
committerBrian Paul <brian.paul@tungstengraphics.com>2008-10-21 14:10:09 -0600
commit3a2a2d5332b4912dd7c3d3d891920bdc419fbde0 (patch)
tree7ba4c0f3b3acad3ef3dc67a43acaeccbf6bea3c5
parent2278107b2498d18d840e392dddd59bc8e5c47ec0 (diff)
gallium: remove unused var
-rw-r--r--src/gallium/drivers/softpipe/sp_fs_exec.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/drivers/softpipe/sp_fs_exec.c b/src/gallium/drivers/softpipe/sp_fs_exec.c
index 6280f0701d7..f472dd0ed2a 100644
--- a/src/gallium/drivers/softpipe/sp_fs_exec.c
+++ b/src/gallium/drivers/softpipe/sp_fs_exec.c
@@ -94,9 +94,6 @@ exec_prepare( const struct sp_fragment_shader *base,
struct tgsi_exec_machine *machine,
struct tgsi_sampler *samplers )
{
- struct sp_exec_fragment_shader *spefs =
- sp_exec_fragment_shader(base);
-
/*
* Bind tokens/shader to the interpreter's machine state.
* Avoid redundant binding.