Skip to content

Commit cdea98d

Browse files
committed
odb: rm unused vars
Signed-off-by: Matt Liberty <[email protected]>
1 parent 9819a0c commit cdea98d

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/odb/src/db/dbTechLayer.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1377,7 +1377,6 @@ int dbTechLayer::getSpacing(int w, int l)
13771377
void dbTechLayer::getMaxWideDRCRange(int& owidth, int& olength)
13781378
{
13791379
_dbTechLayer* layer = (_dbTechLayer*) this;
1380-
dbSet<dbTechLayerSpacingRule> v54rules;
13811380

13821381
owidth = getWidth();
13831382
olength = owidth;
@@ -1404,7 +1403,6 @@ void dbTechLayer::getMaxWideDRCRange(int& owidth, int& olength)
14041403
void dbTechLayer::getMinWideDRCRange(int& owidth, int& olength)
14051404
{
14061405
_dbTechLayer* layer = (_dbTechLayer*) this;
1407-
dbSet<dbTechLayerSpacingRule> v54rules;
14081406

14091407
owidth = getWidth();
14101408
olength = owidth;

src/rcx/src/extSpef.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -622,8 +622,6 @@ uint extSpef::getMappedCapNode(const uint nodeId)
622622

623623
void extSpef::computeCaps(dbSet<dbRSeg>& rcSet, double* totCap)
624624
{
625-
dbSet<dbRSeg>::iterator rc_itr;
626-
627625
double cap[ADS_MAX_CORNER];
628626
for (dbRSeg* rc : rcSet) {
629627
rc->getCapTable(cap);

0 commit comments

Comments
 (0)