From 447a4289c71f1c028079c83ad0ebfc2a06401880 Mon Sep 17 00:00:00 2001
From: Wolfgang Bangerth <bangerth@math.tamu.edu>
Date: Wed, 9 Apr 2014 15:43:22 +0000
Subject: [PATCH] Remove a comment that is apparently no longer accurate.

git-svn-id: https://svn.dealii.org/trunk@32750 0785d39b-7218-0410-832d-ea1e28bc413d
---
 deal.II/include/deal.II/lac/sparse_matrix_ez.h | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

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...
-   */
 };
 
 /**
-- 
2.39.5