mirror of
https://github.com/github/codeql.git
synced 2026-04-18 05:24:01 +02:00
Rust: Remove unnecessary line.
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user