summaryrefslogtreecommitdiff
path: root/src/configparser.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/configparser.cc')
-rw-r--r--src/configparser.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/configparser.cc b/src/configparser.cc
index 0227d15..30b981f 100644
--- a/src/configparser.cc
+++ b/src/configparser.cc
@@ -39,8 +39,6 @@ bool ConfigParser::parseString(const std::string& xml)
return false;
}
- //TODO: handle xml version
-
pugi::xml_node config_node = doc.child("config");
for(pugi::xml_node value_node : config_node.children("value"))
{