1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-29 11:41:22 +03:00

Deprecate some global variables

Most of these should be completely unused.
This commit is contained in:
Nick Wellnhofer
2022-08-23 20:57:49 +02:00
parent 484efeb607
commit 75b5bc2b0a
3 changed files with 47 additions and 0 deletions

View File

@ -319,6 +319,9 @@ deprecated_funcs = {
'xmlScanName': True,
'xmlSchemaCleanupTypes': True,
'xmlSchemaInitTypes': True,
'xmlThrDefDefaultBufferSize': True,
'xmlThrDefLineNumbersDefaultValue': True,
'xmlThrDefPedanticParserDefaultValue': True,
'xmlXPathInit': True,
'xmlXPtrEvalRangePredicate': True,
'xmlXPtrNewCollapsedRange': True,