From 01d6ae536b0a0d1cd6a11e883e0dba7abfeecd11 Mon Sep 17 00:00:00 2001 From: Yonggang Luo Date: Wed, 27 Jul 2022 14:50:59 +0800 Subject: [PATCH] mapi: Remove reference to unused _gl_DispatchTSD The last usage of _gl_DispatchTSD is at commit: df98423f24b ("mapi: Prefix functions in u_current.h by u_current.") Wow it's 12 years ago Signed-off-by: Yonggang Luo Reviewed-by: Emil Velikov Acked-by: Jose Fonseca Part-of: --- src/mapi/u_current.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/mapi/u_current.h b/src/mapi/u_current.h index b5a4310044b..bcabdc966f3 100644 --- a/src/mapi/u_current.h +++ b/src/mapi/u_current.h @@ -15,8 +15,6 @@ #define u_current_get_table_internal _glapi_get_dispatch #define u_current_get_context_internal _glapi_get_context -#define u_current_table_tsd _gl_DispatchTSD - #else /* MAPI_MODE_UTIL || MAPI_MODE_GLAPI || MAPI_MODE_BRIDGE */ struct _glapi_table;