Skip to content

Commit 76eba98

Browse files
committed
Data flow: remove unused 'apNext'
1 parent 0698106 commit 76eba98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/dataflow/codeql/dataflow/internal/DataFlowImpl.qll

+1-1
Original file line numberDiff line numberDiff line change
@@ -2719,7 +2719,7 @@ module MakeImpl<LocationSig Location, InputSig<Location> Lang> {
27192719
apNext = ap
27202720
)
27212721
or
2722-
exists(NodeEx next, Ap apNext | revFlow(next, pragma[only_bind_into](state), apNext) |
2722+
exists(NodeEx next | revFlow(next, pragma[only_bind_into](state), _) |
27232723
storeStepCand(node, _, _, next, _, _)
27242724
or
27252725
readStepCand(node, _, next)

0 commit comments

Comments
 (0)