Skip to content

Commit

Permalink
STYLE: Remove duplicate READ_ELEMENT_IF(float) call from Read(void *)
Browse files Browse the repository at this point in the history
This line of code can just be removed, as was confirmed by Tom Birdsong at
#67 (comment)
  • Loading branch information
N-Dekker committed Aug 16, 2024
1 parent 85cb151 commit e760faa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/itkOMEZarrNGFFImageIO.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,6 @@ OMEZarrNGFFImageIO::Read(void * buffer)
if (false)
{
}
READ_ELEMENT_IF(float)
READ_ELEMENT_IF(int8_t)
READ_ELEMENT_IF(uint8_t)
READ_ELEMENT_IF(int16_t)
Expand Down

0 comments on commit e760faa

Please sign in to comment.