Skip to content

Commit bb04921

Browse files
author
Muhammad Haris Zafar
committed
Removing the old api set_ptc_num from rr_node.cpp/.h
1 parent 5d036e6 commit bb04921

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
@@ -51,10 +51,6 @@ bool t_rr_node::validate() const {
5151
return true;
5252
}
5353

54-
void t_rr_node::set_ptc_num(short new_ptc_num) {
55-
storage_->set_node_ptc_num(id_, new_ptc_num);
56-
}
57-
5854
void t_rr_node::set_cost_index(RRIndexedDataId new_cost_index) {
5955
storage_->set_node_cost_index(id_, new_cost_index);
6056
}

vpr/src/route/rr_node.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ class t_rr_node {
108108
bool validate() const;
109109

110110
public: //Mutators
111-
void set_ptc_num(short);
112111

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

0 commit comments

Comments
 (0)