diff Core/DicomFormat/DicomMap.cpp @ 3656:cccd97333e3d storage-commitment

integration mainline->storage-commitment
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 10 Feb 2020 10:37:10 +0100
parents 335611d2b6cd 468181e2f090
children 9dac85e807c2
line wrap: on
line diff
--- a/Core/DicomFormat/DicomMap.cpp	Wed Feb 05 13:24:48 2020 +0100
+++ b/Core/DicomFormat/DicomMap.cpp	Mon Feb 10 10:37:10 2020 +0100
@@ -1367,8 +1367,6 @@
       throw OrthancException(ErrorCode_BadFileFormat);
     }
     
-    Clear();
-
     std::map<std::string, DicomTag2> mainTags;   // TODO - Create a singleton to hold this map
     LoadMainDicomTags(mainTags, level);