Skip to content

Commit b9df7a3

Browse files
committed
COMP: Removed unused variable for itkAnisotropicSimilarityLandmarkBasedTransformInitializer.
This resolves the following compiler warning: /localscratch/Users/kjweimer/ITK/Modules/Remote/TubeTK/src/Registration/itkAnisotropicSimilarityLandmarkBasedTransformInitializer.hxx:580:9: warning: typedef ‘MatrixType’ locally defined but not used [-Wunused-local-typedefs] 580 | MatrixType; | ^~~~~~~~~~
1 parent 68b126a commit b9df7a3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Registration/itkAnisotropicSimilarityLandmarkBasedTransformInitializer.hxx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -575,8 +575,6 @@ AnisotropicSimilarityLandmarkBasedTransformInitializer<
575575

576576
typedef typename VersorRigid3DTransformType::VersorType
577577
VersorType;
578-
typedef typename VersorRigid3DTransformType::MatrixType
579-
MatrixType;
580578

581579
VersorType versor;
582580
transform->SetIdentity();

0 commit comments

Comments
 (0)