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 bf5a0b7 commit eb79bcbCopy full SHA for eb79bcb
rust/ql/src/queries/unusedentities/UnreachableCode.ql
@@ -28,8 +28,6 @@ predicate skipNode(AstNode n) {
28
not succFull(_, n)
29
or
30
n instanceof ControlFlowGraphImpl::PostOrderTree // location is counter-intuitive
31
- or
32
- not n instanceof ControlFlowGraphImpl::ControlFlowTree // not expected to be reachable
33
}
34
35
/**
0 commit comments