From: Wolfgang Bangerth Date: Mon, 23 Feb 2009 03:27:46 +0000 (+0000) Subject: Remove unnecessary friend declaration altogether. X-Git-Tag: v8.0.0~8025 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb619f1cafb0f67022a5b7c09f707266b76bf8ed;p=dealii.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; }; /**