diff options
Diffstat (limited to 'doc/examples/testWriter.c')
-rw-r--r-- | doc/examples/testWriter.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/examples/testWriter.c b/doc/examples/testWriter.c index a77eec71..948cf16f 100644 --- a/doc/examples/testWriter.c +++ b/doc/examples/testWriter.c @@ -48,14 +48,6 @@ main(void) /* next, the tree version */ testXmlwriterTree("writer4.tmp"); - /* - * Cleanup function for the XML library. - */ - xmlCleanupParser(); - /* - * this is to debug memory for regression tests - */ - xmlMemoryDump(); return 0; } |