Skip to content

Commit b4daba3

Browse files
committed
SSA: Remove dead code.
1 parent 70e53c2 commit b4daba3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

shared/ssa/codeql/ssa/Ssa.qll

-2
Original file line numberDiff line numberDiff line change
@@ -1757,8 +1757,6 @@ module Make<LocationSig Location, InputSig<Location> Input> {
17571757
this.getExpr().hasCfgNode(bb_, i_)
17581758
}
17591759

1760-
SourceVariable getVariable() { result = v_ }
1761-
17621760
pragma[nomagic]
17631761
predicate readsAt(BasicBlock bb, int i, SourceVariable v) {
17641762
bb = bb_ and

0 commit comments

Comments
 (0)