Skip to content

Commit 5130929

Browse files
committed
remove comment suggesting that the receiver is parameter -1
1 parent 843ed8f commit 5130929

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -655,8 +655,6 @@ module API {
655655
* Holds if `arg` is passed as an argument to a use of `base`.
656656
*
657657
* `lbl` is represents which parameter of the function was passed. Either a numbered parameter, or a keyword parameter.
658-
*
659-
* The receiver is considered to be argument -1.
660658
*/
661659
private predicate argumentPassing(TApiNode base, Label::ApiLabel lbl, DataFlow::Node arg) {
662660
exists(DataFlow::Node use, DataFlow::LocalSourceNode pred |

0 commit comments

Comments
 (0)