Skip to content

Commit 446cd68

Browse files
committed
fix misc-unused-using-decls
clang-tidy gets a few wrong (actually needed) Signed-off-by: Matt Liberty <[email protected]>
1 parent 032d6bb commit 446cd68

21 files changed

+0
-31
lines changed

src/OpenRoad.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,8 @@ extern int Ord_Init(Tcl_Interp* interp);
102102

103103
namespace ord {
104104

105-
using odb::dbBlock;
106105
using odb::dbChip;
107106
using odb::dbDatabase;
108-
using odb::dbLib;
109107
using odb::dbTech;
110108

111109
using utl::ORD;

src/gui/src/layoutViewer.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,7 @@ using odb::dbRowDir;
8787
using odb::dbSite;
8888
using odb::dbTech;
8989
using odb::dbTechLayer;
90-
using odb::dbTechLayerDir;
9190
using odb::dbTechLayerType;
92-
using odb::dbTrackGrid;
9391
using odb::dbTransform;
9492
using odb::Point;
9593
using odb::Rect;

src/rcx/src/extBenchDB.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ using odb::dbNet;
3131
using odb::dbObstruction;
3232
using odb::dbSet;
3333
using odb::dbTechLayer;
34-
using utl::RCX;
3534

3635
namespace rcx {
3736

src/rcx/src/extPatterns.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323

2424
namespace rcx {
2525

26-
using utl::RCX;
2726
using namespace odb;
2827

2928
uint32_t extMain::benchPatternsGen(const PatternOptions& opt1)

src/rcx/src/extRCmodel.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
#include "rcx/util.h"
2323
#include "utl/Logger.h"
2424

25-
using odb::dbRSeg;
2625
using utl::RCX;
2726

2827
namespace rcx {

src/rcx/src/extRulesVia.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515

1616
namespace rcx {
1717

18-
using utl::RCX;
19-
2018
using namespace odb;
2119

2220
// dkf 12272023

src/rcx/src/extSegment.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515

1616
namespace rcx {
1717

18-
using utl::RCX;
1918
using namespace odb;
2019

2120
void extSegment::set(uint32_t dir,

src/rcx/src/extmeasure_calc.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
#define FRINGE_UP_DOWN
1616
#endif
1717

18-
using utl::RCX;
19-
2018
namespace rcx {
2119

2220
void extMeasureRC::VerticalCap(Array1D<extSegment*>* segTable, bool look_up)

src/rcx/src/extmeasure_couple.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ using odb::dbCCSeg;
2424
using odb::dbNet;
2525
using odb::dbRSeg;
2626
using odb::dbSet;
27-
using utl::RCX;
2827

2928
namespace rcx {
3029

src/rcx/src/extmeasure_diag.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
// #define MIN_FOR_LOOPS
2020

2121
using odb::dbNet;
22-
using utl::RCX;
2322

2423
namespace rcx {
2524

0 commit comments

Comments
 (0)