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, 29 Jul 2008 23:20:06 +0000 (17:20 -0600)
src/mesa/shader/shader_api.c

index cbb90fa2445955793538c370ed7ba708919f38ac..5a15ec9dc0309c9d36c5623a73af857322924362 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;