mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
SSA: Remove dead code.
This commit is contained in:
@@ -1757,8 +1757,6 @@ module Make<LocationSig Location, InputSig<Location> Input> {
|
||||
this.getExpr().hasCfgNode(bb_, i_)
|
||||
}
|
||||
|
||||
SourceVariable getVariable() { result = v_ }
|
||||
|
||||
pragma[nomagic]
|
||||
predicate readsAt(BasicBlock bb, int i, SourceVariable v) {
|
||||
bb = bb_ and
|
||||
|
||||
Reference in New Issue
Block a user