mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-13 04:30:38 +01:00
mesa: remove unused glthread/TSD macros
Reviewed-by: José Fonseca <jfonseca@vmware.com>
This commit is contained in:
parent
bc76e9f28d
commit
94dc91d7ec
1 changed files with 0 additions and 7 deletions
|
|
@ -7,13 +7,6 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
#define _glthread_InitTSD(tsd) u_tsd_init(tsd);
|
||||
#define _glthread_DestroyTSD(tsd) u_tsd_destroy(tsd);
|
||||
#define _glthread_GetTSD(tsd) u_tsd_get(tsd);
|
||||
#define _glthread_SetTSD(tsd, ptr) u_tsd_set(tsd, ptr);
|
||||
|
||||
typedef struct u_tsd _glthread_TSD;
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue