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

@@ -104,9 +104,7 @@ void evalSolverSugarFunction( const POLYNOMIAL& pols, const ROOTS& roots, const
// 1) the roots found are correct
// 2) the roots have distinct moduli
typedef typename POLYNOMIAL::Scalar Scalar;
typedef typename REAL_ROOTS::Scalar Real;
typedef PolynomialSolver<Scalar, Deg > PolynomialSolverType;
//Test realRoots
std::vector< Real > calc_realRoots;