updated libxml2 to 2.5.10
[TestXSLT.git] / libxml2 / testC14N.c
index 951dce7..bdacc22 100644 (file)
@@ -46,7 +46,7 @@ load_xpath_expr (xmlDocPtr parent_doc, const char* filename);
 
 static xmlChar **parse_list(xmlChar *str);
 
-static void print_xpath_nodes(xmlNodeSetPtr nodes);
+/* static void print_xpath_nodes(xmlNodeSetPtr nodes); */
 
 static int 
 test_c14n(const char* xml_filename, int with_comments, int exclusive,
@@ -313,6 +313,7 @@ load_xpath_expr (xmlDocPtr parent_doc, const char* filename) {
     return(xpath);
 }
 
+/*
 static void
 print_xpath_nodes(xmlNodeSetPtr nodes) {
     xmlNodePtr cur;
@@ -343,10 +344,7 @@ print_xpath_nodes(xmlNodeSetPtr nodes) {
        }
     }
 }
-
-
-
-
+*/
 
 #else
 #include <stdio.h>