From: Wolfgang Bangerth Date: Sun, 18 Jun 2017 00:39:47 +0000 (-0600) Subject: Remove an empty 'private:' section. X-Git-Tag: v9.0.0-rc1~1487^2~17 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bdf3e4032886c018da7b606d0cb2073190afd403;p=dealii.git Remove an empty 'private:' section. --- diff --git a/include/deal.II/dofs/dof_handler_policy.h b/include/deal.II/dofs/dof_handler_policy.h index b278a71380..259c5a3357 100644 --- a/include/deal.II/dofs/dof_handler_policy.h +++ b/include/deal.II/dofs/dof_handler_policy.h @@ -176,8 +176,6 @@ namespace internal renumber_dofs (const std::vector &new_numbers, dealii::DoFHandler &dof_handler, NumberCache &number_cache) const; - private: - };