diff options
author | Brian Paul <[email protected]> | 2008-10-07 08:30:29 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-10-07 08:30:56 -0600 |
commit | 23e62c94ee17f21e99cc2e11fb1f960c0eb56f16 (patch) | |
tree | c5998bb58b07845c77d5115e8fa7c67bf3f49b4c /src/mesa | |
parent | f7ee3c979261b4a2b77365b47c7147f69fbfd606 (diff) |
mesa: remove old assertion
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/shader/arbprogparse.c | 2 |
1 files changed, 0 insertions, 2 deletions
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++; |