Re: [Piglit] [PATCH] glean/texCombine: Remove unused variables.

2014-07-17 Thread Brian Paul
On 07/16/2014 06:38 PM, Vinson Lee wrote: Fix clang unused-private-field warnings. In file included from ttexcombine.cpp:75: ttexcombine.h:133:28: warning: private field 'p_glActiveTextureARB' is not used [-Wunused-private-field] PFNGLACTIVETEXTUREARBPROC p_glActiveTextureARB;

[Piglit] [PATCH] glean/texCombine: Remove unused variables.

2014-07-16 Thread Vinson Lee
Fix clang unused-private-field warnings. In file included from ttexcombine.cpp:75: ttexcombine.h:133:28: warning: private field 'p_glActiveTextureARB' is not used [-Wunused-private-field] PFNGLACTIVETEXTUREARBPROC p_glActiveTextureARB; ^