aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/eigen2support.cpp
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2011-11-05 23:30:49 +0100
committerGravatar Gael Guennebaud <g.gael@free.fr>2011-11-05 23:30:49 +0100
commit478de03bd8d91ab6238f322ed4783daa71a97b40 (patch)
tree827465ec30c7f10f753513b46f7b92b2e08302dc /test/eigen2support.cpp
parentcdd3e850608890acf74c56f4541a3b39078af8f0 (diff)
fix a couple of warnings in the unit tests
Diffstat (limited to 'test/eigen2support.cpp')
-rw-r--r--test/eigen2support.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/eigen2support.cpp b/test/eigen2support.cpp
index a7269fed5..5d0202e34 100644
--- a/test/eigen2support.cpp
+++ b/test/eigen2support.cpp
@@ -35,7 +35,6 @@ template<typename MatrixType> void eigen2support(const MatrixType& m)
Index cols = m.cols();
MatrixType m1 = MatrixType::Random(rows, cols),
- m2 = MatrixType::Random(rows, cols),
m3(rows, cols);
Scalar s1 = internal::random<Scalar>(),