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/householder.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'test/householder.cpp') diff --git a/test/householder.cpp b/test/householder.cpp index 78d44d48a..ccda46811 100644 --- a/test/householder.cpp +++ b/test/householder.cpp @@ -12,7 +12,6 @@ template void householder(const MatrixType& m) { - typedef typename MatrixType::Index Index; static bool even = true; even = !even; /* this test covers the following files: -- cgit v1.2.3