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.4k stars 662 forks source link

STYLE: Remove outdated VERBOSE_DEBUGGING/RGEDEBUG support from "IO/GE" #4506

Closed N-Dekker closed 5 months ago

N-Dekker commented 5 months ago

Enabling VERBOSE_DEBUGGING would cause compilation errors (for example, about debugbuf being undeclared), which suggests that the option has not been used for a long time. It seems that those RGEDEBUG macro calls were only useful during the initial development of GE4ImageIO, more than 20 years ago.

"itkGE5ImageIO.cxx" also defined RGEDEBUG, but it did not call the macro anyway.