diff options
Diffstat (limited to 'src/utils')
-rw-r--r-- | src/utils/xmlutils.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/utils/xmlutils.cpp b/src/utils/xmlutils.cpp index c437b0175..68ed3adb7 100644 --- a/src/utils/xmlutils.cpp +++ b/src/utils/xmlutils.cpp @@ -79,7 +79,6 @@ void readXmlStringMap(const std::string &fileName, const std::string &attributeValueName, std::map<std::string, std::string> &arr) { - arr.clear(); XML::Document doc(fileName, UseResman_true, SkipError_false); const XmlNodePtrConst rootNode = doc.rootNode(); |