Bug 605462 - WebGLContextGL.cpp:3248: warning: unused variable 'debugFlags' - r=dholbert

This commit is contained in:
Benoit Jacob 2010-11-05 15:57:57 -04:00
parent a87a1eec59
commit 6004bc5481

View File

@ -3245,7 +3245,6 @@ WebGLContext::CompileShader(nsIWebGLShader *sobj)
#if defined(USE_ANGLE)
if (shader->NeedsTranslation() && mShaderValidation) {
ShHandle compiler = 0;
int debugFlags = 0;
ShBuiltInResources resources;
memset(&resources, 0, sizeof(ShBuiltInResources));