mesa: remove stray debug assertion

This commit is contained in:
Brian Paul
2008-07-22 11:54:22 -06:00
parent 51d219dbfe
commit e4139657e0
-1
View 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;