mirror of
https://github.com/github/codeql.git
synced 2026-03-06 15:49:08 +01:00
Delete redundant test
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -1,9 +0,0 @@
|
||||
import go
|
||||
|
||||
query predicate edges(ControlFlow::Node pred, ControlFlow::Node succ) {
|
||||
not succ.getFile().hasBuildConstraints() and
|
||||
not pred.getFile().hasBuildConstraints() and
|
||||
succ = pred.getASuccessor()
|
||||
}
|
||||
|
||||
select ""
|
||||
Reference in New Issue
Block a user