File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -824,7 +824,6 @@ static void power_usage_routing(t_power_usage* power_usage,
824
824
for (t_edge_size edge_idx = 0 ; edge_idx < node.num_edges (); edge_idx++) {
825
825
const auto & next_node_id = node.edge_sink_node (edge_idx);
826
826
if (next_node_id != OPEN) {
827
- auto next_node = device_ctx.rr_nodes [next_node_id];
828
827
t_rr_node_power* next_node_power = &rr_node_power[next_node_id];
829
828
830
829
switch (rr_graph.node_type (RRNodeId (next_node_id))) {
@@ -1364,7 +1363,6 @@ bool power_uninit() {
1364
1363
bool error = false ;
1365
1364
1366
1365
for (size_t rr_node_idx = 0 ; rr_node_idx < device_ctx.rr_nodes .size (); rr_node_idx++) {
1367
- auto node = device_ctx.rr_nodes [rr_node_idx];
1368
1366
t_rr_node_power* node_power = &rr_node_power[rr_node_idx];
1369
1367
1370
1368
switch (rr_graph.node_type (RRNodeId (rr_node_idx))) {
You can’t perform that action at this time.
0 commit comments