tests/handlers.h: Drop unused type XmlParseFunction

Last use removed in commit b3d14b0d3c
This commit is contained in:
Sebastian Pipping 2023-10-25 22:08:04 +02:00
parent 5347517942
commit 4a4e7cfae6

View file

@ -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 */