Skip to content

Commit 70cf165

Browse files
committed
Data flow: Remove two redundant conjuncts
1 parent 84e412f commit 70cf165

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)