Skip to content

Commit 05a4f85

Browse files
MohamedElgammalAlexandreSinger
MohamedElgammal
authored andcommitted
remove unused variable
1 parent f83cd43 commit 05a4f85

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

vpr/src/pack/re_cluster.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,7 @@ bool swap_two_molecules(t_pack_molecule* molecule_1,
166166
int verbosity,
167167
t_clustering_data& clustering_data) {
168168
auto& cluster_ctx = g_vpr_ctx.mutable_clustering();
169-
auto& helper_ctx = g_vpr_ctx.mutable_cl_helper();
170-
169+
171170
//define local variables
172171
PartitionRegion temp_cluster_pr_1, temp_cluster_pr_2;
173172

0 commit comments

Comments
 (0)