From f7511fb5bd0af9730900599dd96a4b00ca40ac4c Mon Sep 17 00:00:00 2001
From: Guillaume Pasero <guillaume.pasero@c-s.fr>
Date: Wed, 4 Feb 2015 14:36:02 +0100
Subject: [PATCH] COV: false positive

---
 Code/IO/otbJPEG2000ImageIO.cxx | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/Code/IO/otbJPEG2000ImageIO.cxx b/Code/IO/otbJPEG2000ImageIO.cxx
index 8e0489847a..d587e09230 100644
--- a/Code/IO/otbJPEG2000ImageIO.cxx
+++ b/Code/IO/otbJPEG2000ImageIO.cxx
@@ -770,10 +770,6 @@ JPEG2000ImageIO::JPEG2000ImageIO()
   m_CacheSizeInByte = 0; // By default no cache
 
   m_NumberOfOverviews = 0;
-
-  m_ResolutionFactor = 1;
-
-  m_CacheSizeInByte = 0;
 }
 
 JPEG2000ImageIO::~JPEG2000ImageIO()
-- 
GitLab