remove invalid assertion in _glapi_get_dispatch(), fixes additional thread safety problem

This commit is contained in:
Brian Paul
2006-03-15 20:42:00 +00:00
parent e660690985
commit ac8b07b3ae

View File

@@ -337,7 +337,6 @@ _glapi_get_dispatch(void)
api = _glapi_Dispatch;
#endif
assert( api != NULL );
return api;
}