From 3a9f9faada5de3a13611d7543014c5ef503eff58 Mon Sep 17 00:00:00 2001 From: Christoph Hertzberg Date: Fri, 4 Jul 2014 12:48:24 +0200 Subject: [PATCH] Fix unused typedef warning --- Eigen/src/Cholesky/LDLT.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Eigen/src/Cholesky/LDLT.h b/Eigen/src/Cholesky/LDLT.h index 67a99a0af..ef81030f8 100644 --- a/Eigen/src/Cholesky/LDLT.h +++ b/Eigen/src/Cholesky/LDLT.h @@ -486,7 +486,6 @@ struct solve_retval, Rhs> using std::abs; EIGEN_USING_STD_MATH(max); typedef typename LDLTType::MatrixType MatrixType; - typedef typename LDLTType::Scalar Scalar; typedef typename LDLTType::RealScalar RealScalar; const Diagonal vectorD = dec().vectorD(); // In some previous versions, tolerance was set to the max of 1/highest and the maximal diagonal entry * epsilon