From: David Wells Date: Wed, 22 Mar 2023 12:45:40 +0000 (-0400) Subject: Remove some unused 'using X;' statements. X-Git-Tag: v9.5.0-rc1~433^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dac3d49581cf722f0ae4a57eb49b989fac116351;p=dealii.git Remove some unused 'using X;' statements. These namespaces have long since been replaced by, e.g., DoFHandlerImplementation. --- diff --git a/include/deal.II/dofs/dof_accessor.templates.h b/include/deal.II/dofs/dof_accessor.templates.h index 6307d62a86..9a73ca7f2e 100644 --- a/include/deal.II/dofs/dof_accessor.templates.h +++ b/include/deal.II/dofs/dof_accessor.templates.h @@ -2109,13 +2109,6 @@ namespace internal { namespace DoFCellAccessorImplementation { - // make sure we refer to class - // dealii::DoFCellAccessor, not - // namespace - // dealii::internal::DoFCellAccessor - using DoFHandler; - using dealii::DoFCellAccessor; - /** * A class with the same purpose as the similarly named class of the * Triangulation class. See there for more information. diff --git a/source/dofs/dof_handler_policy.cc b/source/dofs/dof_handler_policy.cc index bba45eca09..275c3d7094 100644 --- a/source/dofs/dof_handler_policy.cc +++ b/source/dofs/dof_handler_policy.cc @@ -50,11 +50,6 @@ namespace internal { namespace Policy { - // use class DoFHandler instead - // of namespace internal::DoFHandler in - // the following - using DoFHandler; - namespace { /**