Skip to content

Commit c3e5738

Browse files
committed
Ruby: fix compilation
1 parent 9000243 commit c3e5738

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ruby/ql/lib/codeql/ruby/Concepts.qll

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -687,9 +687,7 @@ module Http {
687687
* Gets a node that contributes to the URL of the request.
688688
* Depending on the framework, a request may have multiple nodes which contribute to the URL.
689689
*/
690-
deprecated DataFlow::Node getURL() {
691-
result = super.getURL() or result = Request::Range.super.getAUrlPart()
692-
}
690+
deprecated DataFlow::Node getURL() { result = Request::Range.super.getAUrlPart() }
693691

694692
/**
695693
* Holds if this request is made using a mode that disables SSL/TLS

0 commit comments

Comments
 (0)