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/jacobisvd.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'test/jacobisvd.cpp') diff --git a/test/jacobisvd.cpp b/test/jacobisvd.cpp index f6c567829..26da05037 100644 --- a/test/jacobisvd.cpp +++ b/test/jacobisvd.cpp @@ -27,11 +27,8 @@ void jacobisvd_check_full(const MatrixType& m, const JacobiSVD::Real RealScalar; typedef Matrix MatrixUType; typedef Matrix MatrixVType; - typedef Matrix ColVectorType; - typedef Matrix InputVectorType; MatrixType sigma = MatrixType::Zero(rows,cols); sigma.diagonal() = svd.singularValues().template cast(); -- cgit v1.2.3