mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-31 15:40:24 +01:00
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
Reference in a new issue