mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-19 08:28:21 +02:00
gallium: remove unused var
This commit is contained in:
parent
2278107b24
commit
3a2a2d5332
1 changed files with 0 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue