Python: remove example code

This commit is contained in:
yoff
2022-08-25 12:19:12 +00:00
parent 800165d63c
commit 54dde41329

View File

@@ -71,9 +71,6 @@ predicate negativeSummaryElement(FlowSummary::SummarizedCallable c, boolean gene
* This covers all the Python-specific components of a flow summary.
*/
SummaryComponent interpretComponentSpecific(AccessPathToken c) {
c = "Argument[_]" and // Ruby has this
result = FlowSummary::SummaryComponent::argument(any(ParameterPosition pos | pos.isPositional(_)))
or
c = "ListElement" and
result = FlowSummary::SummaryComponent::listElement()
}