mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01: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