Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
COMP: Removed unused typedefs from test files.
This resolves the following compiller warnings: /localscratch/Users/kjweimer/ITK/Modules/Remote/TubeTK/test/Filtering/itktubeSubSampleSpatialObjectFilterTest.cxx:42:49: warning: typedef ‘TubeSpatialObjectType’ locally defined but not used [-Wunused-local-typedefs] 42 | typedef itk::TubeSpatialObject< Dimension > TubeSpatialObjectType; | ^~~~~~~~~~~~~~~~~~~~~ /localscratch/Users/kjweimer/ITK/Modules/Remote/TubeTK/test/Registration/itktubeSpatialObjectToImageMetricPerformanceTest.cxx:53:61: warning: typedef ‘TubeType’ locally defined but not used [-Wunused-local-typedefs] 53 | typedef itk::TubeSpatialObject<3> TubeType; | ^~~~~~~~ /localscratch/Users/kjweimer/ITK/Modules/Remote/TubeTK/test/Registration/itktubeSpatialObjectToImageMetricPerformanceTest.cxx:54:61: warning: typedef ‘GroupType’ locally defined but not used [-Wunused-local-typedefs] 54 | typedef itk::GroupSpatialObject<3> GroupType; | ^~~~~~~~~ /localscratch/Users/kjweimer/ITK/Modules/Remote/TubeTK/test/Registration/itktubeSpatialObjectToImageMetricTest.cxx:55:59: warning: typedef ‘GroupType’ locally defined but not used [-Wunused-local-typedefs] 55 | typedef itk::GroupSpatialObject< ObjectDimension > GroupType; | ^~~~~~~~~
- Loading branch information