mirror of
https://github.com/github/codeql.git
synced 2026-04-29 02:35:15 +02:00
delete outdated deprecations
This commit is contained in:
@@ -758,6 +758,3 @@ module Ssa {
|
||||
/** Gets the SSA variable corresponding to `d`. */
|
||||
SsaVariable variable(VarDef d) { result.getDefinition() = definition(d) }
|
||||
}
|
||||
|
||||
/** DEPRECATED: Alias for Ssa */
|
||||
deprecated module SSA = Ssa;
|
||||
|
||||
Reference in New Issue
Block a user