Skip to content

Commit

Permalink
pdn: clang-tidy unused namespace
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Gadfort <[email protected]>
  • Loading branch information
gadfort committed Dec 27, 2024
1 parent ffb0ae8 commit 10cf01c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/pdn/src/shape.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ class Logger;

namespace pdn {

namespace bg = boost::geometry;
namespace bgi = boost::geometry::index;

class Shape;
Expand Down
1 change: 0 additions & 1 deletion src/pdn/src/via.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ class Logger;

namespace pdn {

namespace bg = boost::geometry;
namespace bgi = boost::geometry::index;

class Connect;
Expand Down

0 comments on commit 10cf01c

Please sign in to comment.