From a5b463742c3c2f6973d59cfc4dbee68f077e8f55 Mon Sep 17 00:00:00 2001 From: Yonggang Luo Date: Wed, 27 Jul 2022 14:24:12 +0800 Subject: [PATCH] mapi: Remove unused ENTRY_CURRENT_TABLE_GET The last commit that use ENTRY_CURRENT_TABLE_GET is: 62a68481fa9 ("mapi: Remove usage of USE_ELF_TLS") Signed-off-by: Yonggang Luo Reviewed-by: Emil Velikov Acked-by: Jose Fonseca Part-of: --- src/mapi/entry.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/mapi/entry.c b/src/mapi/entry.c index a2afab6..a4f9790 100644 --- a/src/mapi/entry.c +++ b/src/mapi/entry.c @@ -39,13 +39,6 @@ /* define macros for use by assembly dispatchers */ #define ENTRY_CURRENT_TABLE U_STRINGIFY(u_current_table) -/* in bridge mode, mapi is a user of glapi */ -#ifdef MAPI_MODE_BRIDGE -#define ENTRY_CURRENT_TABLE_GET "_glapi_get_dispatch" -#else -#define ENTRY_CURRENT_TABLE_GET U_STRINGIFY(u_current_get_table_internal) -#endif - /* REALLY_INITIAL_EXEC implies __GLIBC__ */ #if defined(USE_X86_ASM) && defined(REALLY_INITIAL_EXEC) #include "entry_x86_tls.h" -- 2.7.4