From: malaterre Date: Sat, 23 Jul 2005 02:01:37 +0000 (+0000) Subject: COMP: Remove warning about unused var /type/ X-Git-Tag: Version1.2.bp~269 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=39fbd17fa58bc80fb241a49f50aae236da7606fa;p=gdcm.git COMP: Remove warning about unused var /type/ --- diff --git a/src/gdcmFile.cxx b/src/gdcmFile.cxx index 10a349c2..66d2ffd8 100644 --- a/src/gdcmFile.cxx +++ b/src/gdcmFile.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmFile.cxx,v $ Language: C++ - Date: $Date: 2005/07/23 01:54:03 $ - Version: $Revision: 1.259 $ + Date: $Date: 2005/07/23 02:01:37 $ + Version: $Revision: 1.260 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -1880,7 +1880,6 @@ float File::TypeOrientation( ) Res File::VerfCriterion(int typeCriterion, float criterionNew, Res res) { - float type = res.first; float criterion = res.second; if (criterionNew < criterion) {