From bbdfe42628cc324904a49d472230c8cbbfd9e1d5 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Wed, 16 Jan 2019 11:45:13 +0100 Subject: update eigen --- eigen/test/stddeque.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'eigen/test/stddeque.cpp') diff --git a/eigen/test/stddeque.cpp b/eigen/test/stddeque.cpp index bb4b476..b511c4e 100644 --- a/eigen/test/stddeque.cpp +++ b/eigen/test/stddeque.cpp @@ -15,8 +15,6 @@ template void check_stddeque_matrix(const MatrixType& m) { - typedef typename MatrixType::Index Index; - Index rows = m.rows(); Index cols = m.cols(); MatrixType x = MatrixType::Random(rows,cols), y = MatrixType::Random(rows,cols); -- cgit v1.2.3