Skip to content

Commit f1f1318

Browse files
committed
COMP: Remove unused variable warning.
1 parent 5faa768 commit f1f1318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Developer/ImageFilterY.hxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ ImageFilter<TImage>::GenerateData()
2929

3030
const typename TImage::ConstPointer inputImage(this->GetInput());
3131

32-
const typename TImage::RegionType region = inputImage->GetRequestedRegion();
32+
// const typename TImage::RegionType region = inputImage->GetRequestedRegion();
3333

3434
smoothingFilters[0]->SetInput(inputImage);
3535

0 commit comments

Comments
 (0)