1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-09-20 09:15:38 +01:00

XmlIO: minor code cleaning

This commit is contained in:
Antonin Portelli 2015-12-07 18:30:00 +00:00
parent 78f0c2595d
commit 17f9268a55

View File

@ -84,7 +84,6 @@ namespace Grid
template <typename U>
void XmlReader::readDefault(const std::string &s, std::vector<U> &output)
{
pugi::xml_node nodeCpy;
std::string buf;
unsigned int i = 0;
@ -96,7 +95,6 @@ namespace Grid
node_.child("elem").set_name("elem-done");
i++;
}
// assert( is.tellg()==-1);
pop();
}