From: Brian Paul Date: Tue, 7 Oct 2008 14:30:29 +0000 (-0600) Subject: mesa: remove old assertion X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=23e62c94ee17f21e99cc2e11fb1f960c0eb56f16;p=mesa.git mesa: remove old assertion --- diff --git a/src/mesa/shader/arbprogparse.c b/src/mesa/shader/arbprogparse.c index 34350ac4f3e..4d89d057c7d 100644 --- a/src/mesa/shader/arbprogparse.c +++ b/src/mesa/shader/arbprogparse.c @@ -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++;