From: David Wells Date: Sun, 16 Aug 2015 16:43:11 +0000 (-0400) Subject: Remove documentation for a nonexistant field. X-Git-Tag: v8.4.0-rc2~585^2~4 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9e400555eca566a48d564f5f83fc14ca19996e7;p=dealii.git Remove documentation for a nonexistant field. This comment appeared in 2013 and the referenced field has never been present. --- 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. - */ };