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/householder.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/householder.cpp') diff --git a/test/householder.cpp b/test/householder.cpp index 203dce46c..1dac4331f 100644 --- a/test/householder.cpp +++ b/test/householder.cpp @@ -29,8 +29,6 @@ template void householder(const MatrixType& m) typedef Matrix HBlockMatrixType; typedef Matrix HCoeffsVectorType; - typedef Matrix RightSquareMatrixType; - typedef Matrix VBlockMatrixType; typedef Matrix TMatrixType; Matrix _tmp((std::max)(rows,cols)); -- cgit v1.2.3