Skip to content

Commit 99457ae

Browse files
author
Muhammad Haris Zafar
committed
Removing old api add_node from rr_node.h/.cpp
1 parent cbc2344 commit 99457ae

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

vpr/src/route/rr_node.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,3 @@ void t_rr_node::set_cost_index(RRIndexedDataId new_cost_index) {
5858
void t_rr_node::set_rc_index(short new_rc_index) {
5959
storage_->set_node_rc_index(id_, new_rc_index);
6060
}
61-
62-
void t_rr_node::add_side(e_side new_side) {
63-
storage_->add_node_side(id_, new_side);
64-
}

vpr/src/route/rr_node.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ class t_rr_node {
110110
void set_rc_index(short);
111111

112112
void set_side(e_side);
113-
void add_side(e_side);
114113

115114
void next_node() {
116115
id_ = RRNodeId((size_t)(id_) + 1);

0 commit comments

Comments
 (0)