We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 530e79b commit 9658060Copy full SHA for 9658060
vpr/src/route/rr_node.cpp
@@ -55,10 +55,6 @@ void t_rr_node::set_ptc_num(short new_ptc_num) {
55
storage_->set_node_ptc_num(id_, new_ptc_num);
56
}
57
58
-void t_rr_node::set_class_num(short new_class_num) {
59
- storage_->set_node_class_num(id_, new_class_num);
60
-}
61
-
62
void t_rr_node::set_cost_index(RRIndexedDataId new_cost_index) {
63
storage_->set_node_cost_index(id_, new_cost_index);
64
vpr/src/route/rr_node.h
@@ -109,7 +109,6 @@ class t_rr_node {
109
110
public: //Mutators
111
void set_ptc_num(short);
112
- void set_class_num(short); //Same as set_ptc_num() by checks type() is consistent
113
114
void set_cost_index(RRIndexedDataId);
115
void set_rc_index(short);
0 commit comments