Skip to content

Commit 46a1f6a

Browse files
committed
Removed unused variable
Signed-off-by: Ethan Rogers <[email protected]>
1 parent c2ee1cb commit 46a1f6a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vpr/src/route/router_lookahead_extended_map.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,6 @@ bool ExtendedMapLookahead::add_paths(RRNodeId start_node,
293293
auto parent = start_node;
294294
for (auto it = path.rbegin(); it != path.rend(); it++) {
295295
RRNodeId this_node(*it);
296-
auto& here = device_ctx.rr_nodes[*it];
297296
int seg_index = device_ctx.rr_indexed_data[rr_graph.node_cost_index(this_node)].seg_index;
298297

299298
int from_x = rr_graph.node_xlow(this_node);

0 commit comments

Comments
 (0)