summaryrefslogtreecommitdiffhomepage
path: root/eigen/test/nomalloc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'eigen/test/nomalloc.cpp')
-rw-r--r--eigen/test/nomalloc.cpp1
1 files changed, 0 insertions, 1 deletions
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<typename MatrixType> 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();