From: David Wells Date: Tue, 16 Aug 2022 17:27:21 +0000 (-0400) Subject: Remove an unused forward declaration. X-Git-Tag: v9.5.0-rc1~1038^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3f73564559dd6396928a06c7c7cff4c50638666;p=dealii.git Remove an unused forward declaration. --- diff --git a/include/deal.II/matrix_free/vector_data_exchange.h b/include/deal.II/matrix_free/vector_data_exchange.h index a6f4abd320..e3f285edb7 100644 --- a/include/deal.II/matrix_free/vector_data_exchange.h +++ b/include/deal.II/matrix_free/vector_data_exchange.h @@ -30,20 +30,6 @@ DEAL_II_NAMESPACE_OPEN -#ifndef DOXYGEN - -// forward declaration -namespace Utilities -{ - namespace MPI - { - class Partitioner; - } -} // namespace Utilities - -#endif - - namespace internal { namespace MatrixFreeFunctions