From 38aad87021f6d26aa06c419802238c58ccefa1df Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 9 Sep 2019 11:53:39 -0600 Subject: [PATCH] Remove an unnecessary friend declaration. --- include/deal.II/distributed/tria.h | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/include/deal.II/distributed/tria.h b/include/deal.II/distributed/tria.h index a028de4374..07a175880e 100644 --- a/include/deal.II/distributed/tria.h +++ b/include/deal.II/distributed/tria.h @@ -58,17 +58,6 @@ DEAL_II_NAMESPACE_OPEN // Forward declarations # ifndef DOXYGEN -namespace internal -{ - namespace DoFHandlerImplementation - { - namespace Policy - { - template - class ParallelDistributed; - } - } // namespace DoFHandlerImplementation -} // namespace internal namespace FETools { @@ -1234,12 +1223,6 @@ namespace parallel coarse_cell_index_to_coarse_cell_id( const unsigned int coarse_cell_index) const override; - - - template - friend class dealii::internal::DoFHandlerImplementation::Policy:: - ParallelDistributed; - template friend class dealii::FETools::internal::ExtrapolateImplementation; }; -- 2.39.5