summaryrefslogtreecommitdiffhomepage
path: root/eigen/test/miscmatrices.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'eigen/test/miscmatrices.cpp')
-rw-r--r--eigen/test/miscmatrices.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/eigen/test/miscmatrices.cpp b/eigen/test/miscmatrices.cpp
index ef20dc7..f17291c 100644
--- a/eigen/test/miscmatrices.cpp
+++ b/eigen/test/miscmatrices.cpp
@@ -14,7 +14,6 @@ template<typename MatrixType> void miscMatrices(const MatrixType& m)
/* this test covers the following files:
DiagonalMatrix.h Ones.h
*/
- typedef typename MatrixType::Index Index;
typedef typename MatrixType::Scalar Scalar;
typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> VectorType;
Index rows = m.rows();