diff --git a/lib/serialisation/XmlIO.h b/lib/serialisation/XmlIO.h index 45fc6fac..ca34ee59 100644 --- a/lib/serialisation/XmlIO.h +++ b/lib/serialisation/XmlIO.h @@ -84,7 +84,6 @@ namespace Grid template void XmlReader::readDefault(const std::string &s, std::vector &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(); }