mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
delete old deprecations
This commit is contained in:
@@ -34,9 +34,6 @@ class AstNode extends Node, TAstNode {
|
||||
override Location getLocation() { result = n.getLocation() }
|
||||
}
|
||||
|
||||
/** DEPRECATED: Alias for AstNode */
|
||||
deprecated class ASTNode = AstNode;
|
||||
|
||||
class IRNode extends Node, TIRNode {
|
||||
IR::DataFlow::Node n;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user