From 4a4e7cfae6690b53f2dd1e036052bba9dc89a508 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Wed, 25 Oct 2023 22:08:04 +0200 Subject: [PATCH] tests/handlers.h: Drop unused type XmlParseFunction Last use removed in commit b3d14b0d3c96700a81be06e7482d3735245611ca --- expat/tests/handlers.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/expat/tests/handlers.h b/expat/tests/handlers.h index 68fa73ff..0301d953 100644 --- a/expat/tests/handlers.h +++ b/expat/tests/handlers.h @@ -405,8 +405,6 @@ extern int XMLCALL external_entity_parser_create_alloc_fail_handler( const XML_Char *systemId, const XML_Char *publicId); # if defined(XML_DTD) -typedef enum XML_Status (*XmlParseFunction)(XML_Parser, const char *, int, int); - struct AccountingTestCase { const char *primaryText; const char *firstExternalText; /* often NULL */