Skip to content

Commit 59fc34c

Browse files
committed
equivalent: fix warning in draw.cpp
Signed-off-by: Alessandro Comodi <[email protected]>
1 parent 467224a commit 59fc34c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

vpr/src/draw/draw.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2730,8 +2730,6 @@ void deselect_all() {
27302730
}
27312731

27322732
static void draw_reset_blk_color(ClusterBlockId blk_id) {
2733-
auto& cluster_ctx = g_vpr_ctx.clustering();
2734-
27352733
t_draw_state* draw_state = get_draw_state_vars();
27362734

27372735
draw_state->block_color[blk_id] = get_block_type_color(physical_tile_type(blk_id));

0 commit comments

Comments
 (0)