Skip to content

Commit 1ae7dc3

Browse files
committed
Removed an unused variable to fix compiler warning
1 parent b6217be commit 1ae7dc3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

vpr/src/pack/cluster.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2572,8 +2572,6 @@ void add_cluster_molecule_candidates_by_transitive_connectivity(t_pb* cur_pb,
25722572
const int feasible_block_array_size) {
25732573
//TODO: For now, only done by fan-out; should also consider fan-in
25742574

2575-
auto& atom_ctx = g_vpr_ctx.atom();
2576-
25772575
cur_pb->pb_stats->explore_transitive_fanout = false;
25782576

25792577
/* First time finding transitive fanout candidates therefore alloc and load them */

0 commit comments

Comments
 (0)