mesa: remove old assertion
authorBrian Paul <brian.paul@tungstengraphics.com>
Tue, 7 Oct 2008 14:30:29 +0000 (08:30 -0600)
committerBrian Paul <brian.paul@tungstengraphics.com>
Tue, 7 Oct 2008 14:30:56 +0000 (08:30 -0600)
src/mesa/shader/arbprogparse.c

index 34350ac..4d89d05 100644 (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++;