From 6a1caf0351824c0366b436d829309f7a558d2d6c Mon Sep 17 00:00:00 2001 From: Benoit Jacob Date: Sun, 30 Oct 2011 23:55:20 -0400 Subject: Fix some unused-variable warnings with GCC 4.6 --- test/basicstuff.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'test/basicstuff.cpp') diff --git a/test/basicstuff.cpp b/test/basicstuff.cpp index 47ba23154..76ecffd68 100644 --- a/test/basicstuff.cpp +++ b/test/basicstuff.cpp @@ -42,11 +42,8 @@ template void basicStuff(const MatrixType& m) m2 = MatrixType::Random(rows, cols), m3(rows, cols), mzero = MatrixType::Zero(rows, cols), - identity = Matrix - ::Identity(rows, rows), square = Matrix::Random(rows, rows); VectorType v1 = VectorType::Random(rows), - v2 = VectorType::Random(rows), vzero = VectorType::Zero(rows); SquareMatrixType sm1 = SquareMatrixType::Random(rows,rows), sm2(rows,rows); -- cgit v1.2.3