Skip to content

Commit 1660331

Browse files
committed
Remove xmlErrMemory from symbols
This function was never publically declared.
1 parent 0f568c0 commit 1660331

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

doc/symbols.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1343,7 +1343,7 @@
13431343
<symbol file="dict">xmlDictQLookup</symbol>
13441344
<symbol file="dict">xmlDictReference</symbol>
13451345
<symbol file="dict">xmlDictSize</symbol>
1346-
<symbol file="parserInternals">xmlErrMemory</symbol>
1346+
<symbol file="parserInternals" removed="2.11.0">xmlErrMemory</symbol>
13471347
<symbol file="parserInternals">xmlParserMaxDepth</symbol>
13481348
<symbol file="parserInternals">xmlStringLenDecodeEntities</symbol>
13491349
<symbol file="parserInternals">xmlSwitchInputEncoding</symbol>

libxml2.syms

+1-1
Original file line numberDiff line numberDiff line change
@@ -1585,7 +1585,7 @@ LIBXML2_2.6.0 {
15851585
xmlDictSize;
15861586

15871587
# parserInternals
1588-
xmlErrMemory;
1588+
# xmlErrMemory; removed in 2.11.0
15891589
xmlParserMaxDepth; # variable
15901590
xmlStringLenDecodeEntities;
15911591
xmlSwitchInputEncoding;

win32/libxml2.def.src

-1
Original file line numberDiff line numberDiff line change
@@ -764,7 +764,6 @@ xmlElemDump
764764
xmlEncodeEntities
765765
xmlEncodeEntitiesReentrant
766766
xmlEncodeSpecialChars
767-
xmlErrMemory
768767
#ifdef LIBXML_REGEXP_ENABLED
769768
xmlExpCtxtNbCons
770769
#endif

0 commit comments

Comments
 (0)