mesa: remove stray debug assertion
authorBrian Paul <brian.paul@tungstengraphics.com>
Tue, 22 Jul 2008 17:54:22 +0000 (11:54 -0600)
committerBrian Paul <brian.paul@tungstengraphics.com>
Tue, 22 Jul 2008 17:54:22 +0000 (11:54 -0600)
src/mesa/shader/shader_api.c

index 99bcc0aeb42e6cb14084d801701ebf015f5269d0..bd3745cfe60df744ade75e78022645439954a3d3 100644 (file)
@@ -538,7 +538,6 @@ _mesa_bind_attrib_location(GLcontext *ctx, GLuint program, GLuint index,
    if (shProg->LinkStatus) {
       /* get current index/location for the attribute */
       oldIndex = _mesa_get_attrib_location(ctx, program, name);
-      assert(0);
    }
    else {
       oldIndex = -1;