Skip to content

Commit eb3c95d

Browse files
committed
remove an unused var
1 parent da7b7f1 commit eb3c95d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vpr/src/place/initial_placement.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1040,7 +1040,6 @@ static void clear_block_type_grid_locs(std::unordered_set<int> unplaced_blk_type
10401040

10411041
auto& cluster_ctx = g_vpr_ctx.clustering();
10421042
auto& place_ctx = g_vpr_ctx.mutable_placement();
1043-
int itype;
10441043

10451044
/* We'll use the grid to record where everything goes. Initialize to the grid has no
10461045
* blocks placed anywhere.

0 commit comments

Comments
 (0)