From: bangerth Date: Mon, 23 Feb 2009 03:27:46 +0000 (+0000) Subject: Remove unnecessary friend declaration altogether. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5cb67157cdd2b0f59a6fd394061f0d9b4f42fe7d;p=dealii-svn.git Remove unnecessary friend declaration altogether. git-svn-id: https://svn.dealii.org/trunk@18409 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/hp/dof_faces.h b/deal.II/deal.II/include/hp/dof_faces.h index 72b4394271..e034570df7 100644 --- a/deal.II/deal.II/include/hp/dof_faces.h +++ b/deal.II/deal.II/include/hp/dof_faces.h @@ -97,8 +97,6 @@ namespace internal * of this object. */ unsigned int memory_consumption () const; - - template friend class dealii::hp::DoFHandler; }; /**