mirror of
https://github.com/github/codeql.git
synced 2026-05-05 13:45:19 +02:00
Make succ0 private
This commit is contained in:
@@ -2082,7 +2082,9 @@ module CFG {
|
||||
|
||||
/** Gets a successor of `nd`, that is, a node that is executed after `nd`. */
|
||||
cached
|
||||
ControlFlow::Node succ0(ControlFlow::Node nd) { any(ControlFlowTree tree).succ0(nd, result) }
|
||||
private ControlFlow::Node succ0(ControlFlow::Node nd) {
|
||||
any(ControlFlowTree tree).succ0(nd, result)
|
||||
}
|
||||
|
||||
/** Gets a successor of `nd`, that is, a node that is executed after `nd`. */
|
||||
cached
|
||||
|
||||
Reference in New Issue
Block a user