From: Brian Paul Date: Sat, 1 Mar 2014 17:40:24 +0000 (-0700) Subject: mesa: remove unused glthread/TSD macros X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=94dc91d7ecdec4aadfbbe307dc598bb163af0c74;p=mesa.git mesa: remove unused glthread/TSD macros Reviewed-by: José Fonseca --- diff --git a/src/mapi/glapi/glthread.h b/src/mapi/glapi/glthread.h index ddb49731cb7..bed2c02f87f 100644 --- a/src/mapi/glapi/glthread.h +++ b/src/mapi/glapi/glthread.h @@ -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