Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5d62a56

Browse files
committed
Python: Remove debug function
1 parent d29fdda commit 5d62a56

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

python/ql/src/semmle/python/dataflow/new/internal/DataFlowPrivate.qll

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -416,12 +416,6 @@ module ArgumentPassing {
416416
*
417417
* NOT SUPPORTED: Keyword-only parameters.
418418
*/
419-
Node testGetArg(CallNode call, int n, DataFlowCallable callable) {
420-
result.getLocation().getStartLine() = 685 and
421-
result.getLocation().getFile().getBaseName() = "ElementTree.py" and
422-
result = getArg(call, TNoShift(), callable.getCallableValue(), n)
423-
}
424-
425419
Node getArg(CallNode call, ArgParamMapping mapping, CallableValue callable, int paramN) {
426420
connects(call, callable) and
427421
(

0 commit comments

Comments
 (0)