Unused variable
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 25 Oct 2011 08:58:53 +0000 (10:58 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 25 Oct 2011 08:58:53 +0000 (10:58 +0200)
src/router_flexml.cpp

index 67a9676..4907806 100644 (file)
@@ -268,7 +268,6 @@ void mp::RouterFleXML::Rep::parse_xml_config_dom(xmlDocPtr doc,
     if (mp::xml::check_element_mp(node, "start"))
     {
         const struct _xmlAttr *attr;
-        std::string id_value;
         for (attr = node->properties; attr; attr = attr->next)
         {
             std::string name = std::string((const char *) attr->name);