Remove unused typedefs and variables

This commit is contained in:
Gael Guennebaud
2014-12-11 14:35:22 +01:00
parent 58725ff08c
commit 8f87be9e03
3 changed files with 0 additions and 4 deletions

View File

@@ -503,7 +503,6 @@ struct solve_retval<LDLT<_MatrixType,_UpLo>, Rhs>
using std::abs;
using std::max;
typedef typename LDLTType::MatrixType MatrixType;
typedef typename LDLTType::Scalar Scalar;
typedef typename LDLTType::RealScalar RealScalar;
const typename Diagonal<const MatrixType>::RealReturnType vectorD(dec().vectorD());
// In some previous versions, tolerance was set to the max of 1/highest and the maximal diagonal entry * epsilon