Skip to content

Commit

Permalink
[core] compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
tangxifan committed Jan 17, 2025
1 parent 0eb7de5 commit 6aa89f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vpr/src/base/SetupVibGrid.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,6 @@ static void set_vib_grid_block_type(int priority,
//Mark all the grid tiles 'covered' by this block with the appropriate type
//and width/height offsets
std::set<TypeLocation> root_blocks_to_rip_up;
auto& device_ctx = g_vpr_ctx.device();
for (size_t x = x_root; x < x_root + 1; ++x) {
VTR_ASSERT(x < vib_grid.end_index(1));

Expand Down

0 comments on commit 6aa89f2

Please sign in to comment.