From adc7ac9e0be827f24e32c8619529b6b7f91d93ba Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 25 Oct 2011 10:58:53 +0200 Subject: [PATCH] Unused variable --- src/router_flexml.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/router_flexml.cpp b/src/router_flexml.cpp index 67a9676..4907806 100644 --- a/src/router_flexml.cpp +++ b/src/router_flexml.cpp @@ -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); -- 1.7.10.4