summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/mapi/glapi/glthread.h7
1 files changed, 0 insertions, 7 deletions
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