aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test/polynomialsolver.cpp
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2013-06-21 09:27:38 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2013-06-21 09:27:38 +0200
commitcf5c5ed72526101ea33dc9f34f7ad1375119603e (patch)
tree67cf46d300d6092620c4922a0769c6ae04e4203c /unsupported/test/polynomialsolver.cpp
parent7adfca5af2bce896af375158b82d23f26f76d3f4 (diff)
Fix warning typedef XXX locally defined but not used
Diffstat (limited to 'unsupported/test/polynomialsolver.cpp')
-rw-r--r--unsupported/test/polynomialsolver.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/unsupported/test/polynomialsolver.cpp b/unsupported/test/polynomialsolver.cpp
index c31104f14..13f92169e 100644
--- a/unsupported/test/polynomialsolver.cpp
+++ b/unsupported/test/polynomialsolver.cpp
@@ -106,10 +106,7 @@ void evalSolverSugarFunction( const POLYNOMIAL& pols, const ROOTS& roots, const
typedef typename POLYNOMIAL::Scalar Scalar;
typedef typename REAL_ROOTS::Scalar Real;
-
typedef PolynomialSolver<Scalar, Deg > PolynomialSolverType;
- typedef typename PolynomialSolverType::RootsType RootsType;
- typedef Matrix<Scalar,Deg,1> EvalRootsType;
//Test realRoots
std::vector< Real > calc_realRoots;