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 --- test/selfadjoint.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'test/selfadjoint.cpp') diff --git a/test/selfadjoint.cpp b/test/selfadjoint.cpp index 6d3ec6536..32791eeb5 100644 --- a/test/selfadjoint.cpp +++ b/test/selfadjoint.cpp @@ -16,7 +16,6 @@ template void selfadjoint(const MatrixType& m) { typedef typename MatrixType::Index Index; typedef typename MatrixType::Scalar Scalar; - typedef typename NumTraits::Real RealScalar; Index rows = m.rows(); Index cols = m.cols(); -- cgit v1.2.3