mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-07 03:20:28 +01:00
remove unused var
This commit is contained in:
parent
8d24415987
commit
34abb93ea1
1 changed files with 1 additions and 1 deletions
|
|
@ -151,7 +151,7 @@ static void shade_begin(struct quad_stage *qs)
|
|||
{
|
||||
struct quad_shade_stage *qss = quad_shade_stage(qs);
|
||||
struct softpipe_context *softpipe = qs->softpipe;
|
||||
unsigned i, entry;
|
||||
unsigned i;
|
||||
|
||||
/* set TGSI sampler state that varies */
|
||||
for (i = 0; i < PIPE_MAX_SAMPLERS; i++) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue