File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
ruby/ql/lib/codeql/ruby/dataflow/internal Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -379,10 +379,6 @@ private module ParameterNodes {
379
379
)
380
380
}
381
381
382
- override predicate isParameterOf ( DataFlowCallable c , ParameterPosition pos ) {
383
- this .isSourceParameterOf ( c .asCallable ( ) , pos )
384
- }
385
-
386
382
override CfgScope getCfgScope ( ) { result = parameter .getCallable ( ) }
387
383
388
384
override Location getLocationImpl ( ) { result = parameter .getLocation ( ) }
@@ -407,10 +403,6 @@ private module ParameterNodes {
407
403
method = c and pos .isSelf ( )
408
404
}
409
405
410
- override predicate isParameterOf ( DataFlowCallable c , ParameterPosition pos ) {
411
- this .isSourceParameterOf ( c .asCallable ( ) , pos )
412
- }
413
-
414
406
override CfgScope getCfgScope ( ) { result = method }
415
407
416
408
override Location getLocationImpl ( ) { result = method .getLocation ( ) }
@@ -437,10 +429,6 @@ private module ParameterNodes {
437
429
c = method and pos .isBlock ( )
438
430
}
439
431
440
- override predicate isParameterOf ( DataFlowCallable c , ParameterPosition pos ) {
441
- this .isSourceParameterOf ( c .asCallable ( ) , pos )
442
- }
443
-
444
432
override CfgScope getCfgScope ( ) { result = method }
445
433
446
434
override Location getLocationImpl ( ) {
You can’t perform that action at this time.
0 commit comments