From 59e7b47299253bd61e893df7714c389784f04652 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 5 Jan 2006 13:41:03 +0000 Subject: [PATCH] Remove apparently unneeded friend declaration. git-svn-id: https://svn.dealii.org/trunk@11954 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/dofs/hp_dof_handler.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/deal.II/deal.II/include/dofs/hp_dof_handler.h b/deal.II/deal.II/include/dofs/hp_dof_handler.h index 5f52df7dba..8f8d1a4005 100644 --- a/deal.II/deal.II/include/dofs/hp_dof_handler.h +++ b/deal.II/deal.II/include/dofs/hp_dof_handler.h @@ -1002,11 +1002,6 @@ namespace hp * Make accessor objects friends. */ template class DH> friend class DoFObjectAccessor; - - /** - * Make Triangulation friend. - */ -// friend class Triangulation; }; -- 2.39.5