From: malaterre Date: Fri, 7 Jan 2005 15:58:19 +0000 (+0000) Subject: COMP: Fix warning X-Git-Tag: Version1.0.bp~446 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=079305bacab464b4e62e19ca829c67ce255f8f1d;p=gdcm.git COMP: Fix warning --- diff --git a/src/gdcmDict.cxx b/src/gdcmDict.cxx index d45b0b26..bec8f774 100644 --- a/src/gdcmDict.cxx +++ b/src/gdcmDict.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDict.cxx,v $ Language: C++ - Date: $Date: 2005/01/07 12:29:17 $ - Version: $Revision: 1.56 $ + Date: $Date: 2005/01/07 15:58:19 $ + Version: $Revision: 1.57 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -166,7 +166,6 @@ bool Dict::RemoveEntry (TagKey const &key) TagKeyHT::const_iterator it = KeyHt.find(key); if(it != KeyHt.end()) { - const DictEntry& entryToDelete = it->second; KeyHt.erase(key); return true;