mesa: remove unused texUnit local in _mesa_BindTextureUnit()
authorBrian Paul <brianp@vmware.com>
Tue, 13 Oct 2015 15:32:34 +0000 (09:32 -0600)
committerBrian Paul <brianp@vmware.com>
Wed, 14 Oct 2015 18:47:15 +0000 (12:47 -0600)
commit77eef8137056314c4d458f215a899e3eec42e910
tree03989dcbbe3aad73e684acc605dc683e305285a0
parent14f7ce42484c31a45fcb6aabdf503f7496a9a94c
mesa: remove unused texUnit local in _mesa_BindTextureUnit()

The texture unit is error-checked before this and the texUnit var
is unused, so remove it.

Reviewed-by: Anuj Phogat <anuj.phogat@gmail.com>
src/mesa/main/texobj.c