mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 09:08:10 +02:00
glx: remove final reference to THREADS
Left over from commit 18db13f5865(mapi: THREADS was always defined, remove it) Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
This commit is contained in:
parent
50714cec2b
commit
8b15a883e0
1 changed files with 0 additions and 4 deletions
|
|
@ -138,10 +138,6 @@ __glXGetCurrentContext(void)
|
|||
|
||||
# endif /* defined( GLX_USE_TLS ) */
|
||||
|
||||
#elif defined( THREADS )
|
||||
|
||||
#error Unknown threading method specified.
|
||||
|
||||
#else
|
||||
|
||||
/* not thread safe */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue