mirror of
https://github.com/github/codeql.git
synced 2025-12-21 11:16:30 +01:00
2.19.0 upgrade fix
This commit is contained in:
@@ -19,11 +19,6 @@ abstract class BufferAccess extends Expr {
|
|||||||
//A buffer access must be reachable (not in dead code)
|
//A buffer access must be reachable (not in dead code)
|
||||||
reachable(this)
|
reachable(this)
|
||||||
}
|
}
|
||||||
BufferAccess() {
|
|
||||||
not this.isUnevaluated() and
|
|
||||||
//A buffer access must be reachable (not in dead code)
|
|
||||||
reachable(this)
|
|
||||||
}
|
|
||||||
|
|
||||||
abstract string getName();
|
abstract string getName();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user