From: Wolfgang Bangerth Date: Mon, 9 Sep 2019 17:53:39 +0000 (-0600) Subject: Remove an unnecessary friend declaration. X-Git-Tag: v9.2.0-rc1~1130^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38aad87021f6d26aa06c419802238c58ccefa1df;p=dealii.git Remove an unnecessary friend declaration. --- 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; };