diff options
Diffstat (limited to 'eigen/test/qtvector.cpp')
-rw-r--r-- | eigen/test/qtvector.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/eigen/test/qtvector.cpp b/eigen/test/qtvector.cpp index 2be885e..22df0d5 100644 --- a/eigen/test/qtvector.cpp +++ b/eigen/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); |