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

Skip to content

Commit 54dde41

Browse files
committed
Python: remove example code
1 parent 800165d commit 54dde41

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

python/ql/lib/semmle/python/dataflow/new/internal/FlowSummaryImplSpecific.qll

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,6 @@ predicate negativeSummaryElement(FlowSummary::SummarizedCallable c, boolean gene
7171
* This covers all the Python-specific components of a flow summary.
7272
*/
7373
SummaryComponent interpretComponentSpecific(AccessPathToken c) {
74-
c = "Argument[_]" and // Ruby has this
75-
result = FlowSummary::SummaryComponent::argument(any(ParameterPosition pos | pos.isPositional(_)))
76-
or
7774
c = "ListElement" and
7875
result = FlowSummary::SummaryComponent::listElement()
7976
}

0 commit comments

Comments
 (0)