From 3c4637640b449a17d56ff472d8325c47ac10eba3 Mon Sep 17 00:00:00 2001 From: Rasmus Munk Larsen Date: Fri, 23 Sep 2022 19:11:31 +0000 Subject: [PATCH] Remove unused typedef. --- unsupported/test/sparse_extra.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/unsupported/test/sparse_extra.cpp b/unsupported/test/sparse_extra.cpp index 7a07bf5a3..4a1f93861 100644 --- a/unsupported/test/sparse_extra.cpp +++ b/unsupported/test/sparse_extra.cpp @@ -167,8 +167,7 @@ void check_marketio_dense() template void check_sparse_inverse() { typedef SparseMatrix MatrixType; - typedef SparseMatrix RowMatrixType; - + Matrix A; A.resize(1000, 1000); A.fill(0);