Skip to content

Commit 40f7713

Browse files
committed
Dataflow: Minor simplification.
1 parent 4e155f8 commit 40f7713

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2043,7 +2043,7 @@ module MakeImpl<LocationSig Location, InputSig<Location> Lang> {
20432043
exists(NodeEx node, FlowState state |
20442044
sourceNode(node, state) and
20452045
(if hasSourceCallCtx() then cc = true else cc = false) and
2046-
PrevStage::revFlow(node, state, getApprox(any(ApNil nil))) and
2046+
PrevStage::revFlow(node, state, any(PrevStage::ApNil nil)) and
20472047
c = node.getEnclosingCallable()
20482048
)
20492049
or

0 commit comments

Comments
 (0)