]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove some unused 'using X;' statements.
authorDavid Wells <drwells@email.unc.edu>
Wed, 22 Mar 2023 12:45:40 +0000 (08:45 -0400)
committerDavid Wells <drwells@email.unc.edu>
Wed, 22 Mar 2023 22:40:36 +0000 (18:40 -0400)
These namespaces have long since been replaced by, e.g.,
DoFHandlerImplementation.

include/deal.II/dofs/dof_accessor.templates.h
source/dofs/dof_handler_policy.cc

index 6307d62a86aca8759679410190634b7c67782d65..9a73ca7f2eb122261585be264c5326562146e857 100644 (file)
@@ -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.
index bba45eca09c43440af2f8cf985d9a1a943ad0b9e..275c3d7094344d60bd47d2fe6d35f1f6b879b0f6 100644 (file)
@@ -50,11 +50,6 @@ namespace internal
   {
     namespace Policy
     {
-      // use class DoFHandler instead
-      // of namespace internal::DoFHandler in
-      // the following
-      using DoFHandler;
-
       namespace
       {
         /**

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.