aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/stddeque.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/stddeque.cpp')
-rw-r--r--test/stddeque.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/stddeque.cpp b/test/stddeque.cpp
index bb4b476f3..b511c4e61 100644
--- a/test/stddeque.cpp
+++ b/test/stddeque.cpp
@@ -15,8 +15,6 @@
template<typename MatrixType>
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);