From: jpr Date: Thu, 27 Oct 2005 14:12:24 +0000 (+0000) Subject: Remove useless local variable, to avoid warnings X-Git-Tag: OpenJPEG.Version1.2~118 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=172de96c736e43ee4cbd8ac6ffc499f9d683fba3;p=gdcm.git Remove useless local variable, to avoid warnings --- diff --git a/src/gdcmDictEntry.cxx b/src/gdcmDictEntry.cxx index 4939bf63..5e647cbc 100644 --- a/src/gdcmDictEntry.cxx +++ b/src/gdcmDictEntry.cxx @@ -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 )