Skip to content

Commit

Permalink
COMP: Removed unused variable for itkAnisotropicSimilarityLandmarkBas…
Browse files Browse the repository at this point in the history
…edTransformInitializer.

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;
      |         ^~~~~~~~~~
  • Loading branch information
kian-weimer committed Feb 25, 2022
1 parent 68b126a commit b9df7a3
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -575,8 +575,6 @@ AnisotropicSimilarityLandmarkBasedTransformInitializer<

typedef typename VersorRigid3DTransformType::VersorType
VersorType;
typedef typename VersorRigid3DTransformType::MatrixType
MatrixType;

VersorType versor;
transform->SetIdentity();
Expand Down

0 comments on commit b9df7a3

Please sign in to comment.