Module: Mesa
Branch: gallium-0.2
Commit: 3a2a2d5332b4912dd7c3d3d891920bdc419fbde0
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=3a2a2d5332b4912dd7c3d3d891920bdc419fbde0

Author: Brian Paul <[EMAIL PROTECTED]>
Date:   Tue Oct 21 14:10:09 2008 -0600

gallium: remove unused var

---

 src/gallium/drivers/softpipe/sp_fs_exec.c |    3 ---
 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 6280f07..f472dd0 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.

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to