Skip to content

Commit

Permalink
COMP: unused variable 'numberOfPoints'
Browse files Browse the repository at this point in the history
A variable that is not used is removed.
  • Loading branch information
hjmjohnson committed Nov 25, 2024
1 parent 6375295 commit 98d201a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/itkSWCMeshIO.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,6 @@ ::ReadCells(void * buffer)
auto * data = static_cast<unsigned int *>(buffer);

// Skip root
const SizeValueType numberOfPoints = this->GetNumberOfPoints();
SizeValueType cellBufferIndex = 0;
for (SizeValueType pointIndex = 1; pointIndex < this->GetNumberOfPoints(); ++pointIndex)
{
Expand Down

0 comments on commit 98d201a

Please sign in to comment.