mirror of
https://github.com/github/codeql.git
synced 2026-04-25 16:55:19 +02:00
Add default for hasOptionalResult
This commit is contained in:
@@ -19,10 +19,6 @@ module AstTest {
|
||||
value = p.getName()
|
||||
)
|
||||
}
|
||||
|
||||
predicate hasOptionalResult(Location location, string element, string tag, string value) {
|
||||
none()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -49,10 +45,6 @@ module IRTest {
|
||||
value = stars(n.getIndirectionIndex()) + p.getName()
|
||||
)
|
||||
}
|
||||
|
||||
predicate hasOptionalResult(Location location, string element, string tag, string value) {
|
||||
none()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -27,10 +27,6 @@ module LocalFlowSourceTest implements TestSig {
|
||||
element = node.toString()
|
||||
)
|
||||
}
|
||||
|
||||
predicate hasOptionalResult(Location location, string element, string tag, string value) {
|
||||
none()
|
||||
}
|
||||
}
|
||||
|
||||
import MakeTest<LocalFlowSourceTest>
|
||||
|
||||
Reference in New Issue
Block a user