We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70e53c2 commit b4daba3Copy full SHA for b4daba3
shared/ssa/codeql/ssa/Ssa.qll
@@ -1757,8 +1757,6 @@ module Make<LocationSig Location, InputSig<Location> Input> {
1757
this.getExpr().hasCfgNode(bb_, i_)
1758
}
1759
1760
- SourceVariable getVariable() { result = v_ }
1761
-
1762
pragma[nomagic]
1763
predicate readsAt(BasicBlock bb, int i, SourceVariable v) {
1764
bb = bb_ and
0 commit comments