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

REFACT: Remove unused mutex

parent 763890b7
No related branches found
No related tags found
1 merge request!1Resolve "Adapt DiapOTB SARCartesianMeanEstimation to keep shadows"
......@@ -28,7 +28,6 @@
#include "itkImageToImageFilter.h"
#include "itkSmartPointer.h"
#include "itkPoint.h"
#include "itkSimpleFastMutexLock.h"
#include "itkImageScanlineConstIterator.h"
#include "itkImageScanlineIterator.h"
......@@ -138,8 +137,6 @@ public:
using FunctionType = TFunction;
using FunctionPointer = typename FunctionType::Pointer;
using MutexType = itk::SimpleFastMutexLock;
// Typedef for iterators
using InputIterator = itk::ImageScanlineConstIterator< ImageInType >;
using OutputIterator = itk::ImageScanlineIterator< ImageOutType >;
......
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