mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
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:
parent
63f0259aeb
commit
5fac7c55f7
1 changed files with 0 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue