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 ad08271 commit 7f0b02eCopy full SHA for 7f0b02e
libs/librrgraph/src/base/rr_graph_storage.h
@@ -700,8 +700,6 @@ class t_rr_graph_storage {
700
void set_node_ptc_nums(RRNodeId node, const std::string& ptc_str);
701
void add_node_tilable_track_num(RRNodeId node, size_t node_offset, short track_id);
702
703
- void emplace_back_node_tilable_track_num();
704
-
705
bool node_contain_multiple_ptc(RRNodeId node) const {
706
if (node_tilable_track_nums_.empty()) {
707
return false;
0 commit comments