tgsi: Remove unused local

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

Acked-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
This commit is contained in:
Caio Marcelo de Oliveira Filho 2019-08-23 08:22:02 -07:00
parent 63f0259aeb
commit 5fac7c55f7
1 changed files with 0 additions and 1 deletions

View File

@ -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)