From cb619f1cafb0f67022a5b7c09f707266b76bf8ed Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 23 Feb 2009 03:27:46 +0000 Subject: [PATCH] Remove unnecessary friend declaration altogether. git-svn-id: https://svn.dealii.org/trunk@18409 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/hp/dof_faces.h | 2 -- 1 file changed, 2 deletions(-) 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; }; /** -- 2.39.5