summaryrefslogtreecommitdiff
path: root/python/tests/xpathleak.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/tests/xpathleak.py')
-rwxr-xr-xpython/tests/xpathleak.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/python/tests/xpathleak.py b/python/tests/xpathleak.py
index 438c13f5..6814baeb 100755
--- a/python/tests/xpathleak.py
+++ b/python/tests/xpathleak.py
@@ -51,5 +51,3 @@ if leakedbytes == 0:
print("OK")
else:
print("Memory leak", leakedbytes, "bytes")
- # drop file to .memdump file in cwd, but won't work if not compiled in
- libxml2.dumpMemory()