Skip to content

Commit

Permalink
Remove some unused 'using X;' statements.
Browse files Browse the repository at this point in the history
These namespaces have long since been replaced by, e.g.,
DoFHandlerImplementation.
  • Loading branch information
drwells committed Mar 22, 2023
1 parent 9540eb1 commit 8312c2b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
7 changes: 0 additions & 7 deletions include/deal.II/dofs/dof_accessor.templates.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
5 changes: 0 additions & 5 deletions source/dofs/dof_handler_policy.cc
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,6 @@ namespace internal
{
namespace Policy
{
// use class DoFHandler instead
// of namespace internal::DoFHandler in
// the following
using DoFHandler;

namespace
{
/**
Expand Down

0 comments on commit 8312c2b

Please sign in to comment.