X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;ds=sidebyside;f=src%2Frouter_flexml.cpp;h=54232de4682896b5563e3bed92b54f47094914cc;hb=9fcdfa67cc281509e0f11e1f2aba255718a80cbd;hp=e1f723e8cb6f0d15443398e837b32728b6a0692b;hpb=e4bcecb1d5a29b9dc3c5a674c29956def8fe01a6;p=metaproxy-moved-to-github.git diff --git a/src/router_flexml.cpp b/src/router_flexml.cpp index e1f723e..54232de 100644 --- a/src/router_flexml.cpp +++ b/src/router_flexml.cpp @@ -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)