Skip to content

Commit 1e1f6d5

Browse files
committed
pad: remove unused variables
Signed-off-by: Peter Gadfort <[email protected]>
1 parent 333bda9 commit 1e1f6d5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/pad/src/PadPlacer.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1202,7 +1202,6 @@ bool PlacerPadPlacer::padSpreading(
12021202
bool has_violations = false;
12031203

12041204
const auto& insts = getInsts();
1205-
const auto& inst_widths = getInstWidths();
12061205
const double dbus = getBlock()->getDbUnitsPerMicron();
12071206
const int site_width = getRow()->getSpacing();
12081207

@@ -1351,7 +1350,6 @@ bool PlacerPadPlacer::padSpreading(
13511350
std::map<odb::dbInst*, int> PlacerPadPlacer::padSpreading(
13521351
const std::map<odb::dbInst*, int>& initial_positions) const
13531352
{
1354-
const auto& insts = getInsts();
13551353
const auto& inst_widths = getInstWidths();
13561354

13571355
// Snap all positions to row index

0 commit comments

Comments
 (0)