[Mesa-dev] [PATCH 08/10] mesa: remove unused glthread/TSD macros

Brian Paul brianp at vmware.com
Sat Mar 1 11:22:02 PST 2014


---
 src/mapi/glapi/glthread.h |    7 -------
 1 file changed, 7 deletions(-)

diff --git a/src/mapi/glapi/glthread.h b/src/mapi/glapi/glthread.h
index ddb4973..bed2c02 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
-- 
1.7.10.4



More information about the mesa-dev mailing list