summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-10-07 08:30:29 -0600
committerBrian Paul <brian.paul@tungstengraphics.com>2008-10-07 08:30:56 -0600
commit23e62c94ee17f21e99cc2e11fb1f960c0eb56f16 (patch)
treec5998bb58b07845c77d5115e8fa7c67bf3f49b4c /src
parentf7ee3c979261b4a2b77365b47c7147f69fbfd606 (diff)
mesa: remove old assertion
Diffstat (limited to 'src')
-rw-r--r--src/mesa/shader/arbprogparse.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/shader/arbprogparse.c b/src/mesa/shader/arbprogparse.c
index 34350ac4f3..4d89d057c7 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++;