summaryrefslogtreecommitdiff
path: root/testchar.c
diff options
context:
space:
mode:
Diffstat (limited to 'testchar.c')
-rw-r--r--testchar.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/testchar.c b/testchar.c
index e5916d09..e7c4f78f 100644
--- a/testchar.c
+++ b/testchar.c
@@ -741,9 +741,5 @@ int main(void) {
* Cleanup function for the XML library.
*/
xmlCleanupParser();
- /*
- * this is to debug memory for regression tests
- */
- xmlMemoryDump();
return(ret ? 1 : 0);
}