Module: Mesa
Branch: master
Commit: 5fac7c55f7e02c0846b4f3364b803a0e2f606259
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=5fac7c55f7e02c0846b4f3364b803a0e2f606259

Author: Caio Marcelo de Oliveira Filho <[email protected]>
Date:   Fri Aug 23 08:22:02 2019 -0700

tgsi: Remove unused local

Code that used it was removed in 4ebe6b2e72e ("tgsi: Drop the SSE2
constants setup that's been dead code since 2011.")

Acked-by: Eric Engestrom <[email protected]>
Reviewed-by: Jason Ekstrand <[email protected]>

---

 src/gallium/auxiliary/tgsi/tgsi_exec.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/gallium/auxiliary/tgsi/tgsi_exec.c 
b/src/gallium/auxiliary/tgsi/tgsi_exec.c
index 972b0a9ded2..e0ff9476cb2 100644
--- a/src/gallium/auxiliary/tgsi/tgsi_exec.c
+++ b/src/gallium/auxiliary/tgsi/tgsi_exec.c
@@ -1271,7 +1271,6 @@ struct tgsi_exec_machine *
 tgsi_exec_machine_create(enum pipe_shader_type shader_type)
 {
    struct tgsi_exec_machine *mach;
-   uint i;
 
    mach = align_malloc( sizeof *mach, 16 );
    if (!mach)

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

Reply via email to