summaryrefslogtreecommitdiff
path: root/src/utils/xmlutils.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/xmlutils.cpp')
-rw-r--r--src/utils/xmlutils.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/utils/xmlutils.cpp b/src/utils/xmlutils.cpp
index 5cc14f517..797f8d48e 100644
--- a/src/utils/xmlutils.cpp
+++ b/src/utils/xmlutils.cpp
@@ -34,7 +34,6 @@ void readXmlIntVector(const std::string &fileName,
std::vector<int> &arr,
const SkipError skipError)
{
- arr.clear();
XML::Document doc(fileName, UseResman_true, skipError);
const XmlNodePtrConst rootNode = doc.rootNode();