Skip to content

Commit 9658060

Browse files
author
Muhammad Haris Zafar
committed
Removing old api set_class_num from rr_node.cpp/.h
1 parent 530e79b commit 9658060

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
@@ -55,10 +55,6 @@ void t_rr_node::set_ptc_num(short new_ptc_num) {
5555
storage_->set_node_ptc_num(id_, new_ptc_num);
5656
}
5757

58-
void t_rr_node::set_class_num(short new_class_num) {
59-
storage_->set_node_class_num(id_, new_class_num);
60-
}
61-
6258
void t_rr_node::set_cost_index(RRIndexedDataId new_cost_index) {
6359
storage_->set_node_cost_index(id_, new_cost_index);
6460
}

vpr/src/route/rr_node.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ class t_rr_node {
109109

110110
public: //Mutators
111111
void set_ptc_num(short);
112-
void set_class_num(short); //Same as set_ptc_num() by checks type() is consistent
113112

114113
void set_cost_index(RRIndexedDataId);
115114
void set_rc_index(short);

0 commit comments

Comments
 (0)