From 478de03bd8d91ab6238f322ed4783daa71a97b40 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Sat, 5 Nov 2011 23:30:49 +0100 Subject: fix a couple of warnings in the unit tests --- test/eigen2support.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'test/eigen2support.cpp') 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 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(), -- cgit v1.2.3