From: bangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Date: Wed, 9 Apr 2014 15:43:22 +0000 (+0000)
Subject: Remove a comment that is apparently no longer accurate.
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=757853e1423d81f359fa658a7eab823aea2e347a;p=dealii-svn.git

Remove a comment that is apparently no longer accurate.

git-svn-id: https://svn.dealii.org/trunk@32750 0785d39b-7218-0410-832d-ea1e28bc413d
---

diff --git a/deal.II/include/deal.II/lac/sparse_matrix_ez.h b/deal.II/include/deal.II/lac/sparse_matrix_ez.h
index f4d45cad38..928300221c 100644
--- a/deal.II/include/deal.II/lac/sparse_matrix_ez.h
+++ b/deal.II/include/deal.II/lac/sparse_matrix_ez.h
@@ -1,7 +1,7 @@
 // ---------------------------------------------------------------------
 // $Id$
 //
-// Copyright (C) 2002 - 2013 by the deal.II authors
+// Copyright (C) 2002 - 2014 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
@@ -1077,14 +1077,6 @@ private:
    * Increment when a row grows.
    */
   unsigned int increment;
-
-  /**
-   * Make member classes
-   * friends. Not strictly
-   * necessary according to the
-   * standard, but some compilers
-   * require this...
-   */
 };
 
 /**