[engine] remove unnecessary checks from sb mirror checker

This commit is contained in:
tangxifan 2022-09-07 11:55:08 +08:00
parent b7acd6aabc
commit 8d09773e65
1 changed files with 0 additions and 5 deletions

View File

@ -204,11 +204,6 @@ bool is_sb_side_segment_mirror(const RRGraph& rr_graph,
return false;
}
/* check the numbers of ipin_rr_nodes */
if (base.get_num_ipin_nodes(side) != cand.get_num_ipin_nodes(side)) {
return false;
}
return true;
}