mesa: remove an assertion (see bug 18734)

This commit is contained in:
Brian Paul
2008-11-27 11:01:30 -07:00
parent 8c2b4b33c5
commit c303e7299b

View File

@@ -780,7 +780,6 @@ append_token(char *dst, gl_state_index k)
append(dst, "ShadowAmbient");
break;
default:
assert(0);
;
}
}