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/diagonal.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'test/diagonal.cpp') diff --git a/test/diagonal.cpp b/test/diagonal.cpp index 0b5ae8280..8ed9b4682 100644 --- a/test/diagonal.cpp +++ b/test/diagonal.cpp @@ -11,7 +11,6 @@ template void diagonal(const MatrixType& m) { - typedef typename MatrixType::Index Index; typedef typename MatrixType::Scalar Scalar; Index rows = m.rows(); -- cgit v1.2.3