mirror of
https://github.com/github/codeql.git
synced 2026-04-27 01:35:13 +02:00
use my script to delete outdated deprecations
This commit is contained in:
@@ -47,9 +47,6 @@ class OspreyMethodDefinition extends MethodCallExpr {
|
||||
/** Get the API to which this method belongs. */
|
||||
OspreyApi getApi() { this.getReceiver() = result.getAnAccess() }
|
||||
|
||||
/** DEPRECATED: Alias for getApi */
|
||||
deprecated OspreyApi getAPI() { result = this.getApi() }
|
||||
|
||||
/** Get the verb which this method implements. */
|
||||
string getVerb() { result = this.getMethodName() }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user