Skip to content

Commit 293f791

Browse files
committed
Python: Remove solved consistency work-around
This has not been needed for some time now, but hadn't been removed before now.
1 parent 38fe9b7 commit 293f791

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

python/ql/test/experimental/dataflow/TestUtil/DataFlowConsistency.qll

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,6 @@ private class MyConsistencyConfiguration extends ConsistencyConfiguration {
2020
n instanceof SynthDictSplatParameterNode
2121
}
2222

23-
override predicate uniqueParameterNodeAtPositionExclude(
24-
DataFlowCallable c, ParameterPosition pos, Node p
25-
) {
26-
// TODO: This can be removed once we solve the overlap of dictionary splat parameters
27-
c.getParameter(pos) = p and
28-
pos.isDictSplat() and
29-
not exists(p.getLocation().getFile().getRelativePath())
30-
}
31-
3223
override predicate uniqueParameterNodePositionExclude(
3324
DataFlowCallable c, ParameterPosition pos, Node p
3425
) {

0 commit comments

Comments
 (0)