diff options
Diffstat (limited to 'lib/xmltree.c')
-rw-r--r-- | lib/xmltree.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/xmltree.c b/lib/xmltree.c index c4f34cd9..7dd7b6a3 100644 --- a/lib/xmltree.c +++ b/lib/xmltree.c @@ -322,7 +322,6 @@ char *xt_to_string( struct xt_node *node ) return real; } -#ifdef DEBUG void xt_print( struct xt_node *node ) { int i; @@ -381,7 +380,6 @@ void xt_print( struct xt_node *node ) /* Non-empty tag is now finished. */ printf( "</%s>\n", node->name ); } -#endif struct xt_node *xt_dup( struct xt_node *node ) { |