Skip to content

Commit 6aa89f2

Browse files
committed
[core] compiler warning
1 parent 0eb7de5 commit 6aa89f2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vpr/src/base/SetupVibGrid.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,6 @@ static void set_vib_grid_block_type(int priority,
348348
//Mark all the grid tiles 'covered' by this block with the appropriate type
349349
//and width/height offsets
350350
std::set<TypeLocation> root_blocks_to_rip_up;
351-
auto& device_ctx = g_vpr_ctx.device();
352351
for (size_t x = x_root; x < x_root + 1; ++x) {
353352
VTR_ASSERT(x < vib_grid.end_index(1));
354353

0 commit comments

Comments
 (0)