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/stddeque.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/stddeque.cpp') 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 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); -- cgit v1.2.3