Skip to content

Commit

Permalink
cleanup: Remove ControlFlow changes
Browse files Browse the repository at this point in the history
  • Loading branch information
croyzor committed Sep 12, 2023
1 parent 48e07c0 commit 57dfab8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/extension/infer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,6 @@ impl UnificationContext {
for port in hugr.node_inputs(tgt_node).filter(|src_port| {
matches!(sig.port_kind(*src_port), Some(EdgeKind::Value(_)))
|| matches!(sig.port_kind(*src_port), Some(EdgeKind::Static(_)))
|| matches!(sig.port_kind(*src_port), Some(EdgeKind::ControlFlow))
}) {
for (src_node, _) in hugr.linked_ports(tgt_node, port) {
let m_src = self
Expand Down

0 comments on commit 57dfab8

Please sign in to comment.