mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-07 14:09:26 +00:00
tests/handlers.h: Drop unused type XmlParseFunction
Last use removed in commit b3d14b0d3c
This commit is contained in:
parent
5347517942
commit
4a4e7cfae6
1 changed files with 0 additions and 2 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue