mirror of
https://github.com/github/codeql.git
synced 2026-04-30 03:05:15 +02:00
delete old deprecations
This commit is contained in:
@@ -1,13 +1 @@
|
||||
import javascript
|
||||
|
||||
/**
|
||||
* DEPRECATED: Use `SsaDefinition` from `SSA.qll` instead.
|
||||
* An identifier appearing in a defining position.
|
||||
*/
|
||||
deprecated class DefiningIdentifier extends Identifier {
|
||||
DefiningIdentifier() {
|
||||
this instanceof VarDecl or
|
||||
exists(Assignment assgn | this = assgn.getLhs()) or
|
||||
exists(UpdateExpr upd | this = upd.getOperand())
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user