projects
/
metaproxy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bcb66e8
)
Unused variable
author
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 25 Oct 2011 08:58:53 +0000
(10:58 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 25 Oct 2011 08:58:53 +0000
(10:58 +0200)
src/router_flexml.cpp
patch
|
blob
|
history
diff --git
a/src/router_flexml.cpp
b/src/router_flexml.cpp
index
67a9676
..
4907806
100644
(file)
--- 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);