aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/eigen2support.cpp
diff options
context:
space:
mode:
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>(),