remove invalid assertion in _glapi_get_dispatch(), fixes additional thread safety problem
This commit is contained in:
parent
e660690985
commit
ac8b07b3ae
1 changed files with 0 additions and 1 deletions
|
|
@ -337,7 +337,6 @@ _glapi_get_dispatch(void)
|
|||
api = _glapi_Dispatch;
|
||||
#endif
|
||||
|
||||
assert( api != NULL );
|
||||
return api;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue