From cf5c5ed72526101ea33dc9f34f7ad1375119603e Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Fri, 21 Jun 2013 09:27:38 +0200 Subject: Fix warning typedef XXX locally defined but not used --- unsupported/test/polynomialsolver.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'unsupported/test/polynomialsolver.cpp') 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 PolynomialSolverType; - typedef typename PolynomialSolverType::RootsType RootsType; - typedef Matrix EvalRootsType; //Test realRoots std::vector< Real > calc_realRoots; -- cgit v1.2.3