diff --git a/examples/Core/itkCopyIterationBenchmark.cxx b/examples/Core/itkCopyIterationBenchmark.cxx index c0f4d6b..7db632c 100644 --- a/examples/Core/itkCopyIterationBenchmark.cxx +++ b/examples/Core/itkCopyIterationBenchmark.cxx @@ -116,7 +116,6 @@ template void CopyRegionIterator(const TInputImage * inputPtr, TOutputImage * outputPtr) { - using InputPixelType = typename TInputImage::PixelType; using OutputPixelType = typename TOutputImage::PixelType; using ImageRegionConstIterator = itk::ImageRegionConstIterator; using ImageRegionIterator = itk::ImageRegionIterator; @@ -139,7 +138,6 @@ template void CopyScanlineIterator(const TInputImage * inputPtr, TOutputImage * outputPtr) { - using InputPixelType = typename TInputImage::PixelType; using OutputPixelType = typename TOutputImage::PixelType; using ImageScanlineConstIterator = itk::ImageScanlineConstIterator; using ImageScanlineIterator = itk::ImageScanlineIterator;