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/nomalloc.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'eigen/test/nomalloc.cpp') diff --git a/eigen/test/nomalloc.cpp b/eigen/test/nomalloc.cpp index 50756c2..b7ea4d3 100644 --- a/eigen/test/nomalloc.cpp +++ b/eigen/test/nomalloc.cpp @@ -24,7 +24,6 @@ template void nomalloc(const MatrixType& m) { /* this test check no dynamic memory allocation are issued with fixed-size matrices */ - typedef typename MatrixType::Index Index; typedef typename MatrixType::Scalar Scalar; Index rows = m.rows(); -- cgit v1.2.3