Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ENH: Remove unused variable and commented code block
Remove unused variable and commented code block: getting the largest possible region of the superclass (`ImageToImageFilter`) is most likely being exercised in ITK proper. Fixes: ``` test/itkMorphologicalContourInterpolationTest.cxx:37:34: warning: unused variable 'reg' [-Wunused-variable] 37 | typename ImageType::RegionType reg = test->GetLargestPossibleRegion(); | ^~~ ``` raised for example in: https://open.cdash.org/viewBuildError.php?type=1&buildid=10154304
- Loading branch information