summaryrefslogtreecommitdiffhomepage
path: root/eigen/test/array_replicate.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'eigen/test/array_replicate.cpp')
-rw-r--r--eigen/test/array_replicate.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/eigen/test/array_replicate.cpp b/eigen/test/array_replicate.cpp
index 779c8fc..0dad5ba 100644
--- a/eigen/test/array_replicate.cpp
+++ b/eigen/test/array_replicate.cpp
@@ -14,7 +14,6 @@ template<typename MatrixType> void replicate(const MatrixType& m)
/* this test covers the following files:
Replicate.cpp
*/
- typedef typename MatrixType::Index Index;
typedef typename MatrixType::Scalar Scalar;
typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> VectorType;
typedef Matrix<Scalar, Dynamic, Dynamic> MatrixX;