mirror of
https://github.com/github/codeql.git
synced 2026-04-26 17:25:19 +02:00
Python: Revert change to AnyNode
This commit is contained in:
@@ -324,7 +324,9 @@ class ControlFlowNode extends @py_flow_node {
|
||||
* This avoids wasting time on the trivial overrides on the ControlFlowNode subclasses.
|
||||
*/
|
||||
|
||||
private class AnyNode extends ControlFlowNode { }
|
||||
private class AnyNode extends ControlFlowNode {
|
||||
override AstNode getNode() { result = super.getNode() }
|
||||
}
|
||||
|
||||
/**
|
||||
* Check whether a SSA variable has complete points-to information.
|
||||
|
||||
Reference in New Issue
Block a user