Skip to content
Snippets Groups Projects
Commit b4851483 authored by Luc Hermitte's avatar Luc Hermitte
Browse files

WRN: Remove unused type warning

parent 51bc360b
No related branches found
No related tags found
No related merge requests found
......@@ -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>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment