mirror of
https://github.com/github/codeql.git
synced 2026-04-25 16:55:19 +02:00
SSA: Remove empty predicates and dead code.
This commit is contained in:
@@ -61,18 +61,6 @@ module SsaDataflowInput implements DataFlowIntegrationInputSig {
|
||||
none()
|
||||
}
|
||||
|
||||
predicate ssaDefAssigns(WriteDefinition def, Expr value) {
|
||||
// This library only handles use-use flow after a post-update, there are no definitions, only uses.
|
||||
none()
|
||||
}
|
||||
|
||||
class Parameter = js::Parameter;
|
||||
|
||||
predicate ssaDefInitializesParam(WriteDefinition def, Parameter p) {
|
||||
// This library only handles use-use flow after a post-update, there are no definitions, only uses.
|
||||
none()
|
||||
}
|
||||
|
||||
cached
|
||||
Expr getARead(Definition def) {
|
||||
// Copied from implementation so we can cache it here
|
||||
|
||||
Reference in New Issue
Block a user