Rust: Remove unnecessary line.

This commit is contained in:
Geoffrey White
2024-10-28 14:15:56 +00:00
parent bf5a0b7bd0
commit eb79bcbc34

View File

@@ -28,8 +28,6 @@ predicate skipNode(AstNode n) {
not succFull(_, n)
or
n instanceof ControlFlowGraphImpl::PostOrderTree // location is counter-intuitive
or
not n instanceof ControlFlowGraphImpl::ControlFlowTree // not expected to be reachable
}
/**