From b48514832c704ea98d99db6dbb57c2a9c7878f0e Mon Sep 17 00:00:00 2001
From: Luc Hermitte <luc.hermitte@csgroup.eu>
Date: Tue, 1 Sep 2020 17:51:34 +0200
Subject: [PATCH] WRN: Remove unused type warning

---
 Modules/Core/Functor/include/otbSynthetizeFilter.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Modules/Core/Functor/include/otbSynthetizeFilter.h b/Modules/Core/Functor/include/otbSynthetizeFilter.h
index e86b3780a1..574ac33e0f 100644
--- a/Modules/Core/Functor/include/otbSynthetizeFilter.h
+++ b/Modules/Core/Functor/include/otbSynthetizeFilter.h
@@ -149,7 +149,7 @@ protected:
       itk::ThreadIdType            threadId) override
   {
     using ImageScanlineConstIteratorType = itk::ImageScanlineConstIterator<InputImageType const>;
-    using OutImageScanlineConstIteratorType = itk::ImageScanlineIterator<OutputImageType>;
+    // using OutImageScanlineConstIteratorType = itk::ImageScanlineIterator<OutputImageType>;
     using OutputIterator  = itk::ImageScanlineIterator<OutputImageType>;
     using InputIterator   = ZipConstIterator<ImageScanlineConstIteratorType>;
 
-- 
GitLab