diff options
author | Brian Paul <[email protected]> | 2014-03-01 10:40:24 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2014-03-03 13:09:00 -0700 |
commit | 1e3bdb35a686bbc9665c610c942ec2c1353f2ebc (patch) | |
tree | e0452448aa6c563965fdd610e4e7d4dd9fb79118 /src/mapi/glapi/Makefile.sources | |
parent | db806cacfd8d91e9da5614e1be6e050bc318ec6a (diff) |
mesa: remove unneeded glthread.c file
The _glthread_GetID() function is also defined in mapi_glapi.c
Reviewed-by: José Fonseca <[email protected]>
Diffstat (limited to 'src/mapi/glapi/Makefile.sources')
-rw-r--r-- | src/mapi/glapi/Makefile.sources | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mapi/glapi/Makefile.sources b/src/mapi/glapi/Makefile.sources index 58d28c52c90..100e6347ee9 100644 --- a/src/mapi/glapi/Makefile.sources +++ b/src/mapi/glapi/Makefile.sources @@ -6,7 +6,6 @@ GLAPI_SOURCES = \ glapi_gentable.c \ glapi_getproc.c \ glapi_nop.c \ - glthread.c \ glapi.c X86_API = \ |