Skip to content

Commit 4c1c28a

Browse files
MohamedElgammalvaughnbetz
MohamedElgammal
authored andcommitted
[VPR] remove unused variable assignment
1 parent 8508bbe commit 4c1c28a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vpr/src/draw/draw.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1010,7 +1010,6 @@ static void drawplace(ezgl::renderer* g) {
10101010
if (current_loc_is_highlighted == false) {
10111011
if (bnum != EMPTY_BLOCK_ID) {
10121012
block_color = draw_state->block_color(bnum);
1013-
logical_block_type = cluster_ctx.clb_nlist.block_type(bnum);
10141013
} else {
10151014
block_color = get_block_type_color(device_ctx.grid[i][j].type);
10161015
block_color = lighten_color(block_color, EMPTY_BLOCK_LIGHTEN_FACTOR);

0 commit comments

Comments
 (0)