Delete redundant test

This commit is contained in:
Owen Mansel-Chan
2024-04-09 10:55:40 +01:00
parent 32ea94e625
commit 8df23522f0
2 changed files with 0 additions and 1524 deletions

View File

@@ -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 ""