Re: [Mesa-dev] [PATCH] mesa: remove unused texUnit local in _mesa_BindTextureUnit()

2015-10-14 Thread Anuj Phogat
On Tue, Oct 13, 2015 at 7:10 PM, Brian Paul wrote: > The texture unit is error-checked before this and the texUnit var > is unused, so remove it. > --- > src/mesa/main/texobj.c | 7 --- > 1 file changed, 7 deletions(-) > > diff --git a/src/mesa/main/texobj.c b/src/mesa/main/texobj.c > index b

[Mesa-dev] [PATCH] mesa: remove unused texUnit local in _mesa_BindTextureUnit()

2015-10-13 Thread Brian Paul
The texture unit is error-checked before this and the texUnit var is unused, so remove it. --- src/mesa/main/texobj.c | 7 --- 1 file changed, 7 deletions(-) diff --git a/src/mesa/main/texobj.c b/src/mesa/main/texobj.c index b571b1b..3182920 100644 --- a/src/mesa/main/texobj.c +++ b/src/mesa/