Initialize Libxml2 - for threaded operation MP-571
[metaproxy-moved-to-github.git] / src / router_flexml.cpp
index e1f723e..54232de 100644 (file)
@@ -431,8 +431,6 @@ mp::RouterFleXML::RouterFleXML(std::string xmlconf, mp::FactoryFilter &factory,
     bool test_only)
     : m_p(new Rep)
 {
-    LIBXML_TEST_VERSION;
-
     xmlDocPtr doc = xmlParseMemory(xmlconf.c_str(),
                                    xmlconf.size());
     if (!doc)