Skip to content

Commit f0d7c3a

Browse files
committed
Remove bindingsets
1 parent 6e32f27 commit f0d7c3a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

javascript/ql/lib/semmle/javascript/dataflow/internal/FlowSummaryPrivate.qll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,13 +285,11 @@ string getMadRepresentationSpecific(SummaryComponent sc) {
285285
}
286286

287287
/** Gets the textual representation of a parameter position in the format used for flow summaries. */
288-
bindingset[pos]
289288
string encodeParameterPosition(ParameterPosition pos) {
290289
positionName(pos, result) and result != "any"
291290
}
292291

293292
/** Gets the textual representation of an argument position in the format used for flow summaries. */
294-
bindingset[pos]
295293
string encodeArgumentPosition(ArgumentPosition pos) {
296294
positionName(pos, result) and result != "any"
297295
}

0 commit comments

Comments
 (0)