From dac3d49581cf722f0ae4a57eb49b989fac116351 Mon Sep 17 00:00:00 2001 From: David Wells Date: Wed, 22 Mar 2023 08:45:40 -0400 Subject: [PATCH] Remove some unused 'using X;' statements. These namespaces have long since been replaced by, e.g., DoFHandlerImplementation. --- include/deal.II/dofs/dof_accessor.templates.h | 7 ------- source/dofs/dof_handler_policy.cc | 5 ----- 2 files changed, 12 deletions(-) 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 { /** -- 2.39.5