Skip to content

Commit eb79bcb

Browse files
committed
Rust: Remove unnecessary line.
1 parent bf5a0b7 commit eb79bcb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

rust/ql/src/queries/unusedentities/UnreachableCode.ql

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ predicate skipNode(AstNode n) {
2828
not succFull(_, n)
2929
or
3030
n instanceof ControlFlowGraphImpl::PostOrderTree // location is counter-intuitive
31-
or
32-
not n instanceof ControlFlowGraphImpl::ControlFlowTree // not expected to be reachable
3331
}
3432

3533
/**

0 commit comments

Comments
 (0)