Skip to content

Commit a992b67

Browse files
authored
Merge pull request github#16556 from hvitved/dataflow/simplify
Data flow: Remove two redundant conjuncts
2 parents c9f4685 + 70cf165 commit a992b67

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,6 @@ module MakeImpl<LocationSig Location, InputSig<Location> Lang> {
365365
)
366366
or
367367
exists(Node n |
368-
Config::allowImplicitRead(n, _) and
369368
node1.asNode() = n and
370369
node2.isImplicitReadNode(n, false) and
371370
not fullBarrier(node1) and
@@ -394,7 +393,6 @@ module MakeImpl<LocationSig Location, InputSig<Location> Lang> {
394393
)
395394
or
396395
exists(Node n |
397-
Config::allowImplicitRead(n, _) and
398396
node1.isImplicitReadNode(n, true) and
399397
node2.asNode() = n and
400398
not fullBarrier(node2) and

0 commit comments

Comments
 (0)