]> Creatis software - gdcm.git/commitdiff
COMP: Fix warning
authormalaterre <malaterre>
Fri, 7 Jan 2005 15:58:19 +0000 (15:58 +0000)
committermalaterre <malaterre>
Fri, 7 Jan 2005 15:58:19 +0000 (15:58 +0000)
src/gdcmDict.cxx

index d45b0b26ae313da8efac544b4f80e79006c54326..bec8f774c0d195047bfc92e21421ec1fbea567a1 100644 (file)
@@ -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;