Former-commit-id: 5bbb692ac1dae79549793a52b460c7674ed9c42a
@@ -114,7 +114,6 @@ IGL_INLINE void igl::procrustes(
Eigen::PlainObjectBase<DerivedR>& R,
Eigen::PlainObjectBase<DerivedT>& t)
{
- double scale;
procrustes(X,Y,false,false,R,t);
}