From 30ab06bcf8b79bde8d6618e722c22bc007905cfd Mon Sep 17 00:00:00 2001 From: Yonggang Luo Date: Sun, 25 Jun 2023 10:06:37 +0800 Subject: [PATCH] mapi: Remove dead struct _glapi_function in glapi/glapi_getproc.c MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Yonggang Luo Reviewed-by: Marek Olšák Reviewed-by: Eric Engestrom Part-of: --- src/mapi/glapi/glapi_getproc.c | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/mapi/glapi/glapi_getproc.c b/src/mapi/glapi/glapi_getproc.c index 4d364c7f504..9496ff87d87 100644 --- a/src/mapi/glapi/glapi_getproc.c +++ b/src/mapi/glapi/glapi_getproc.c @@ -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.