InsightSoftwareConsortium / ITK

Insight Toolkit (ITK) -- Official Repository. ITK builds on a proven, spatially-oriented architecture for processing, segmentation, and registration of scientific images in two, three, or more dimensions.
https://itk.org
Apache License 2.0
1.37k stars 660 forks source link

COMP: Fix ununsed code ( if(false) ) #4674

Closed andrei-sandor closed 1 month ago

andrei-sandor commented 1 month ago

This is a comment to fix the -Wunreachable-code warning generated by clang.

This fix simply removes if (false) clauses. An investigation was done to see why these clause exist. This change was done 10 years ago. The clauses at that time were if(0).

andrei-sandor commented 1 month ago

For the last commit, we would like to know what better name would it be to replace foo. Here, foo represents the variable false.