Skip to content

Commit 7f0b02e

Browse files
committed
[lib][rr_graph] remove a redundant function
1 parent ad08271 commit 7f0b02e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

libs/librrgraph/src/base/rr_graph_storage.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -700,8 +700,6 @@ class t_rr_graph_storage {
700700
void set_node_ptc_nums(RRNodeId node, const std::string& ptc_str);
701701
void add_node_tilable_track_num(RRNodeId node, size_t node_offset, short track_id);
702702

703-
void emplace_back_node_tilable_track_num();
704-
705703
bool node_contain_multiple_ptc(RRNodeId node) const {
706704
if (node_tilable_track_nums_.empty()) {
707705
return false;

0 commit comments

Comments
 (0)