From a9e400555eca566a48d564f5f83fc14ca19996e7 Mon Sep 17 00:00:00 2001 From: David Wells Date: Sun, 16 Aug 2015 12:43:11 -0400 Subject: [PATCH] Remove documentation for a nonexistant field. This comment appeared in 2013 and the referenced field has never been present. --- include/deal.II/lac/chunk_sparse_matrix.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include/deal.II/lac/chunk_sparse_matrix.h b/include/deal.II/lac/chunk_sparse_matrix.h index 9cf4a00395..73dc8e6894 100644 --- a/include/deal.II/lac/chunk_sparse_matrix.h +++ b/include/deal.II/lac/chunk_sparse_matrix.h @@ -263,11 +263,6 @@ namespace ChunkSparseMatrixIterators */ template friend class Iterator; - - /** - * Make the inner reference class a friend if the compiler has a bug and - * requires this. - */ }; -- 2.39.5