diff --git a/Eigen/src/Cholesky/LLT.h b/Eigen/src/Cholesky/LLT.h index aef7ae263..0c7093375 100644 --- a/Eigen/src/Cholesky/LLT.h +++ b/Eigen/src/Cholesky/LLT.h @@ -204,7 +204,6 @@ template struct llt_inplace static typename MatrixType::Index unblocked(MatrixType& mat) { typedef typename MatrixType::Index Index; -// typedef typename MatrixType::Scalar Scalar; typedef typename MatrixType::RealScalar RealScalar; eigen_assert(mat.rows()==mat.cols()); @@ -267,7 +266,6 @@ template struct llt_inplace typedef typename MatrixType::ColXpr ColXpr; typedef typename internal::remove_all::type ColXprCleaned; typedef typename ColXprCleaned::SegmentReturnType ColXprSegment; - typedef typename MatrixType::Scalar Scalar; typedef Matrix TempVectorType; typedef typename TempVectorType::SegmentReturnType TempVecSegment;