From 5dc276dcaeba4f091888b83bd3c4a49227417ca1 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 31 Oct 2023 14:07:24 -0600 Subject: [PATCH] Remove an unnecessary friend declaration. --- include/deal.II/lac/block_matrix_base.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/deal.II/lac/block_matrix_base.h b/include/deal.II/lac/block_matrix_base.h index 0d38ae90a4..fb4ae24f6d 100644 --- a/include/deal.II/lac/block_matrix_base.h +++ b/include/deal.II/lac/block_matrix_base.h @@ -100,10 +100,6 @@ namespace BlockMatrixIterators * Block column into which we presently point. */ unsigned int col_block; - - // Let the iterator class be a friend. - template - friend class MatrixIterator; }; -- 2.39.5