1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-02-06 05:57:39 +03:00

Remove xmlErrMemory from symbols

This function was never publically declared.
This commit is contained in:
Nick Wellnhofer 2022-08-26 02:24:23 +02:00
parent 0f568c0b73
commit 1660331b28
3 changed files with 2 additions and 3 deletions

View File

@ -1343,7 +1343,7 @@
<symbol file="dict">xmlDictQLookup</symbol>
<symbol file="dict">xmlDictReference</symbol>
<symbol file="dict">xmlDictSize</symbol>
<symbol file="parserInternals">xmlErrMemory</symbol>
<symbol file="parserInternals" removed="2.11.0">xmlErrMemory</symbol>
<symbol file="parserInternals">xmlParserMaxDepth</symbol>
<symbol file="parserInternals">xmlStringLenDecodeEntities</symbol>
<symbol file="parserInternals">xmlSwitchInputEncoding</symbol>

View File

@ -1585,7 +1585,7 @@ LIBXML2_2.6.0 {
xmlDictSize;
# parserInternals
xmlErrMemory;
# xmlErrMemory; removed in 2.11.0
xmlParserMaxDepth; # variable
xmlStringLenDecodeEntities;
xmlSwitchInputEncoding;

View File

@ -764,7 +764,6 @@ xmlElemDump
xmlEncodeEntities
xmlEncodeEntitiesReentrant
xmlEncodeSpecialChars
xmlErrMemory
#ifdef LIBXML_REGEXP_ENABLED
xmlExpCtxtNbCons
#endif