X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Frouter_flexml.cpp;h=54232de4682896b5563e3bed92b54f47094914cc;hb=586d78659d671683f33ec55f4a7d32b28e345ccd;hp=e1f723e8cb6f0d15443398e837b32728b6a0692b;hpb=b0ce7b47a0490c7edbb2f2c0794279db970a2102;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)