mesa: remove unneeded glthread.c file

The _glthread_GetID() function is also defined in mapi_glapi.c

Reviewed-by: José Fonseca <jfonseca@vmware.com>
This commit is contained in:
Brian Paul 2014-03-01 10:40:24 -07:00
parent db806cacfd
commit 1e3bdb35a6
3 changed files with 0 additions and 9 deletions

View File

@ -6,7 +6,6 @@ GLAPI_SOURCES = \
glapi_gentable.c \
glapi_getproc.c \
glapi_nop.c \
glthread.c \
glapi.c
X86_API = \

View File

@ -34,7 +34,6 @@ glapi_sources = [
'glapi_entrypoint.c',
'glapi_getproc.c',
'glapi_nop.c',
'glthread.c',
'glapi.c',
]

View File

@ -1,7 +0,0 @@
#include "glapi/glapi.h"
unsigned long
_glthread_GetID(void)
{
return u_thread_self();
}