mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 13:58:04 +02:00
mapi: Remove unused ENTRY_CURRENT_TABLE_GET
The last commit that use ENTRY_CURRENT_TABLE_GET is:
62a68481fa ("mapi: Remove usage of USE_ELF_TLS")
Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
Acked-by: Jose Fonseca <jfonseca@vmware.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17814>
This commit is contained in:
parent
e8bb418b1c
commit
a5b463742c
1 changed files with 0 additions and 7 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue