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