From: Brian Paul Date: Tue, 22 Jul 2008 17:54:22 +0000 (-0600) Subject: mesa: remove stray debug assertion X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e4139657e0ac40febef1f5e229317aa58b032261;p=mesa.git mesa: remove stray debug assertion --- diff --git a/src/mesa/shader/shader_api.c b/src/mesa/shader/shader_api.c index 99bcc0aeb42..bd3745cfe60 100644 --- a/src/mesa/shader/shader_api.c +++ b/src/mesa/shader/shader_api.c @@ -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;