From 12e1ebb68b93b218a3553af67fee8535d79e857e Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Thu, 12 Jul 2018 17:16:40 +0200 Subject: Remove local Index typedef from unit-tests --- test/qtvector.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/qtvector.cpp') 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 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); -- cgit v1.2.3