Skip to content

Commit 194f918

Browse files
committed
Python: delete various outdated deprecations
1 parent c2942b3 commit 194f918

File tree

7 files changed

+0
-497
lines changed

7 files changed

+0
-497
lines changed

python/ql/lib/semmle/python/ApiGraphs.qll

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -155,18 +155,6 @@ module API {
155155
*/
156156
DataFlow::LocalSourceNode asSource() { Impl::use(this, result) }
157157

158-
/** DEPRECATED. This predicate has been renamed to `getAValueReachableFromSource()`. */
159-
deprecated DataFlow::Node getAUse() { result = this.getAValueReachableFromSource() }
160-
161-
/** DEPRECATED. This predicate has been renamed to `asSource()`. */
162-
deprecated DataFlow::LocalSourceNode getAnImmediateUse() { result = this.asSource() }
163-
164-
/** DEPRECATED. This predicate has been renamed to `asSink()`. */
165-
deprecated DataFlow::Node getARhs() { result = this.asSink() }
166-
167-
/** DEPRECATED. This predicate has been renamed to `getAValueReachingSink()`. */
168-
deprecated DataFlow::Node getAValueReachingRhs() { result = this.getAValueReachingSink() }
169-
170158
/**
171159
* Gets a call to the function represented by this API component.
172160
*/

python/ql/lib/semmle/python/frameworks/internal/SubclassFinder.qll

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,6 @@ private module NotExposed {
7373
result = "moduleImport(\"" + fullyQualified.replaceAll(".", "\").getMember(\"") + "\")"
7474
}
7575

76-
/** DEPRECATED: Alias for fullyQualifiedToApiGraphPath */
77-
deprecated predicate fullyQualifiedToAPIGraphPath = fullyQualifiedToApiGraphPath/1;
78-
7976
bindingset[this]
8077
abstract class FindSubclassesSpec extends string {
8178
abstract API::Node getAlreadyModeledClass();

python/ql/lib/semmle/python/security/Paths.qll

Lines changed: 0 additions & 16 deletions
This file was deleted.

python/ql/lib/semmle/python/security/strings/Basic.qll

Lines changed: 0 additions & 124 deletions
This file was deleted.

python/ql/lib/semmle/python/security/strings/Common.qll

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)