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/qr_colpivoting.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/qr_colpivoting.cpp') diff --git a/test/qr_colpivoting.cpp b/test/qr_colpivoting.cpp index 0fd19c4ee..eb3feac01 100644 --- a/test/qr_colpivoting.cpp +++ b/test/qr_colpivoting.cpp @@ -19,9 +19,7 @@ template void qr() Index rank = internal::random(1, (std::min)(rows, cols)-1); typedef typename MatrixType::Scalar Scalar; - typedef typename MatrixType::RealScalar RealScalar; typedef Matrix MatrixQType; - typedef Matrix VectorType; MatrixType m1; createRandomPIMatrixOfRank(rank,rows,cols,m1); ColPivHouseholderQR qr(m1); -- cgit v1.2.3