mesa: remove old assertion

This commit is contained in:
Brian Paul
2008-10-07 08:30:29 -06:00
parent f7ee3c9792
commit 23e62c94ee

View File

@@ -3443,8 +3443,6 @@ parse_instructions(GLcontext * ctx, const GLubyte * inst,
: ctx->Const.VertexProgram.MaxInstructions;
GLint err = 0;
ASSERT(MAX_INSTRUCTIONS >= maxInst);
Program->MajorVersion = (GLuint) * inst++;
Program->MinorVersion = (GLuint) * inst++;