mapi: Remove dead struct _glapi_function in glapi/glapi_getproc.c

Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Reviewed-by: Eric Engestrom <eric@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23879>
This commit is contained in:
Yonggang Luo
2023-06-25 10:06:37 +08:00
committed by Marge Bot
parent 1ed7a1282c
commit 30ab06bcf8

View File

@@ -87,18 +87,6 @@ get_static_proc_offset(const char *funcName)
* Extension function management.
*/
/**
* Track information about a function added to the GL API.
*/
struct _glapi_function {
/**
* Name of the function.
*/
const char * name;
};
/**
* Initializes the glapi relocs table, and returns the offset of the given
* function in the dispatch table.