Skip to content

Commit e09210e

Browse files
committed
Removed unused variables
Signed-off-by: Jaehyun Kim <[email protected]>
1 parent 08902c8 commit e09210e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/rsz/src/SplitLoadMove.cc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -217,9 +217,6 @@ bool SplitLoadMove::doMove(const Path* drvr_path,
217217
// Leave ports connected to original net so verilog port names are
218218
// preserved.
219219
if (!network_->isTopLevelPort(load_pin)) {
220-
[[maybe_unused]] LibertyPort* load_port = network_->libertyPort(load_pin);
221-
[[maybe_unused]] Instance* load = network_->instance(load_pin);
222-
223220
// This will kill both the flat (dbNet) and hier (modnet) connection
224221
load_iterm->disconnect();
225222

0 commit comments

Comments
 (0)