1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-10-21 14:53:44 +03:00

globals: Remove unused globals

- xmlBufferAllocScheme
- xmlDefaultBufferSize
- xmlParserDebugEntities
This commit is contained in:
Nick Wellnhofer
2025-03-04 20:32:02 +01:00
parent 92d7b0cd90
commit 696572248f
6 changed files with 14 additions and 186 deletions

View File

@@ -974,8 +974,6 @@ XMLPUBVAR const char *const xmlParserVersion;
/** DOC_DISABLE */
XML_DEPRECATED
XMLPUBVAR const int xmlParserDebugEntities;
XML_DEPRECATED
XMLPUBVAR const xmlSAXLocator xmlDefaultSAXLocator;
#ifdef LIBXML_SAX1_ENABLED
XML_DEPRECATED
@@ -1095,9 +1093,6 @@ XMLPUBFUN int
XML_DEPRECATED
XMLPUBFUN int
xmlThrDefLoadExtDtdDefaultValue(int v);
XML_DEPRECATED
XMLPUBFUN int
xmlThrDefParserDebugEntities(int v);
#ifdef LIBXML_SAX1_ENABLED
/*