Skip to content
Snippets Groups Projects
Commit e78d1bcd authored by Julien Michel's avatar Julien Michel
Browse files

COMP: Fixing variable set but not used warning

parent 9ae4df47
No related branches found
No related tags found
No related merge requests found
......@@ -63,8 +63,6 @@ TileImageFilter<TImage>
typename ImageType::SpacingType spacing = this->GetInput()->GetSpacing();
unsigned int nbComp = this->GetInput()->GetNumberOfComponentsPerPixel();
typename ImageType::SizeType outputSize = this->GetInput()->GetLargestPossibleRegion().GetSize();
m_ColumnsSizes.clear();
m_RowsSizes.clear();
......
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