Skip to content

Commit b90b91d

Browse files
committed
STYLE: Remove unused <vxl_version.h> include from itkMath.h
No VXL_VERSION macro is referenced in this header; the include and its explanatory comment described an intent the code never enforced.
1 parent f1fc447 commit b90b91d

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

Modules/Core/Common/include/itkMath.h

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,6 @@
4242
#include "itkConceptChecking.h"
4343
#include <vnl/vnl_math.h>
4444

45-
/* Only maintain backwards compatibility with old versions
46-
* of VXL back to the point where vnl_math:: was introduced
47-
* versions of VXL where only vnl_math_ was available are not
48-
* supported.
49-
*/
50-
#include <vxl_version.h>
51-
5245
namespace itk::Math
5346
{
5447
// These mathematical constants originate from VXL's vnl_math.h. The literal

0 commit comments

Comments
 (0)