Skip to content

Commit aa5092e

Browse files
author
Nathan Shreve
committed
Removed a VTR_ASSERT_SAFE() that should have been removed in previous commit
1 parent 3d032dd commit aa5092e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libs/librrgraph/src/base/rr_graph_utils.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ static void walk_cluster_recursive(const RRGraphView& rr_graph,
2727
VTR_ASSERT_SAFE(parent != RRNodeId::INVALID());
2828

2929
if (rr_graph.node_type(parent) == e_rr_type::CHANX || rr_graph.node_type(parent) == e_rr_type::CHANY) { /* Outside of origin cluster */
30-
VTR_ASSERT_SAFE(sink_ipins.find(origin) != sink_ipins.end());
3130
VTR_ASSERT_SAFE(rr_graph.node_type(curr) == e_rr_type::IPIN);
3231

3332
// If the parent node isn't in the origin's cluster, the current node is a "cluster-edge" pin,

0 commit comments

Comments
 (0)