]> Creatis software - gdcm.git/commitdiff
Remove useless local variable, to avoid warnings
authorjpr <jpr>
Thu, 27 Oct 2005 14:12:24 +0000 (14:12 +0000)
committerjpr <jpr>
Thu, 27 Oct 2005 14:12:24 +0000 (14:12 +0000)
src/gdcmDictEntry.cxx

index 4939bf6333b6469189ae412c8e8641e4152949b0..5e647cbcf6e9ceea6ff41b52cc787336625222a9 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmDictEntry.cxx,v $
   Language:  C++
-  Date:      $Date: 2005/10/20 15:24:08 $
-  Version:   $Revision: 1.54 $
+  Date:      $Date: 2005/10/27 14:12:24 $
+  Version:   $Revision: 1.55 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -115,7 +115,6 @@ void DictEntry::Print(std::ostream &os, std::string const &indent )
 {
    DicomEntry::Print(os,indent);
 
-   VRKey vr;
    std::ostringstream s;
 
    if ( PrintLevel >= 1 )