From 172de96c736e43ee4cbd8ac6ffc499f9d683fba3 Mon Sep 17 00:00:00 2001 From: jpr Date: Thu, 27 Oct 2005 14:12:24 +0000 Subject: [PATCH] Remove useless local variable, to avoid warnings --- src/gdcmDictEntry.cxx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 ) -- 2.48.1