mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-23 13:20:14 +01:00
mesa: remove old assertion
This commit is contained in:
parent
f7ee3c9792
commit
23e62c94ee
1 changed files with 0 additions and 2 deletions
|
|
@ -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++;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue