summaryrefslogtreecommitdiff
path: root/doc/examples/xpath2.c
diff options
context:
space:
mode:
Diffstat (limited to 'doc/examples/xpath2.c')
-rw-r--r--doc/examples/xpath2.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/examples/xpath2.c b/doc/examples/xpath2.c
index a17a0256..bf4e631d 100644
--- a/doc/examples/xpath2.c
+++ b/doc/examples/xpath2.c
@@ -47,13 +47,6 @@ main(int argc, char **argv) {
return(-1);
}
- /* Shutdown libxml */
- xmlCleanupParser();
-
- /*
- * this is to debug memory for regression tests
- */
- xmlMemoryDump();
return 0;
}