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/real_qz.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'test/real_qz.cpp') diff --git a/test/real_qz.cpp b/test/real_qz.cpp index c31621439..b48bac361 100644 --- a/test/real_qz.cpp +++ b/test/real_qz.cpp @@ -19,10 +19,6 @@ template void real_qz(const MatrixType& m) using std::abs; typedef typename MatrixType::Index Index; typedef typename MatrixType::Scalar Scalar; - typedef typename NumTraits::Real RealScalar; - typedef Matrix VectorType; - typedef Matrix RealVectorType; - typedef typename std::complex::Real> Complex; Index dim = m.cols(); -- cgit v1.2.3