From: Caio Marcelo de Oliveira Filho Date: Fri, 23 Aug 2019 15:22:02 +0000 (-0700) Subject: tgsi: Remove unused local X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5fac7c55f7e02c0846b4f3364b803a0e2f606259;p=mesa.git 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 Reviewed-by: Jason Ekstrand --- 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)