From 899c0c2b6c723b4b6e324fd8c157e53039c54f67 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Wed, 10 Apr 2013 22:27:35 +0200 Subject: Clean source code and unit tests with respect to -Wunused-local-typedefs --- unsupported/test/matrix_function.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'unsupported/test/matrix_function.cpp') diff --git a/unsupported/test/matrix_function.cpp b/unsupported/test/matrix_function.cpp index 0439c5a7d..3c76cfb65 100644 --- a/unsupported/test/matrix_function.cpp +++ b/unsupported/test/matrix_function.cpp @@ -110,7 +110,6 @@ void testMatrixLogarithm(const MatrixType& A) { typedef typename internal::traits::Scalar Scalar; typedef typename NumTraits::Real RealScalar; - typedef std::complex ComplexScalar; MatrixType scaledA; RealScalar maxImagPartOfSpectrum = A.eigenvalues().imag().cwiseAbs().maxCoeff(); -- cgit v1.2.3