mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-04 08:02:34 +03:00
memory: Remove memory debugging
This is useless compared to sanitizers or valgrind and has a considerable performance impact if enabled accidentally.
This commit is contained in:
@ -779,6 +779,12 @@ def popInputCallbacks():
|
||||
if len(__input_callbacks) == 0:
|
||||
libxml2mod.xmlUnregisterInputCallback()
|
||||
|
||||
#
|
||||
# Deprecated
|
||||
#
|
||||
def dumpMemory():
|
||||
"""DEPRECATED: This feature was removed."""
|
||||
|
||||
# WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
|
||||
#
|
||||
# Everything before this line comes from libxml.py
|
||||
|
Reference in New Issue
Block a user