Skip to content

Commit 88fe4fa

Browse files
committed
SSA: Remove nodes that are no longer used.
1 parent 09b2aeb commit 88fe4fa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

shared/ssa/codeql/ssa/Ssa.qll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1563,8 +1563,6 @@ module Make<LocationSig Location, InputSig<Location> Input> {
15631563
this instanceof PhiNode
15641564
or
15651565
this instanceof PhiReadNode
1566-
or
1567-
DfInput::allowFlowIntoUncertainDef(this)
15681566
}
15691567

15701568
/** Holds if `def` may flow into this definition via basic block `input`. */

0 commit comments

Comments
 (0)