diff Core/DicomFormat/DicomMap.cpp @ 3653:468181e2f090

Fix issue #166 (CMake find_boost version is now broken with newer boost/cmake)
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 05 Feb 2020 15:23:22 +0100
parents 46cb00e4adbb
children cccd97333e3d 26c6d47467a9
line wrap: on
line diff
--- a/Core/DicomFormat/DicomMap.cpp	Wed Feb 05 13:22:02 2020 +0100
+++ b/Core/DicomFormat/DicomMap.cpp	Wed Feb 05 15:23:22 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);