mirror of
https://github.com/github/codeql.git
synced 2025-12-21 19:26:31 +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)
|
||||
reachable(this)
|
||||
}
|
||||
BufferAccess() {
|
||||
not this.isUnevaluated() and
|
||||
//A buffer access must be reachable (not in dead code)
|
||||
reachable(this)
|
||||
}
|
||||
|
||||
abstract string getName();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user