mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
C++: Remove cached predicate that's no longer used.
This commit is contained in:
@@ -809,11 +809,6 @@ module SsaCached {
|
||||
predicate lastRefRedef(Definition def, IRBlock bb, int i, Definition next) {
|
||||
SsaImpl::lastRefRedef(def, bb, i, next)
|
||||
}
|
||||
|
||||
cached
|
||||
predicate uncertainWriteDefinitionInput(SsaImpl::UncertainWriteDefinition def, Definition inp) {
|
||||
SsaImpl::uncertainWriteDefinitionInput(def, inp)
|
||||
}
|
||||
}
|
||||
|
||||
cached
|
||||
|
||||
Reference in New Issue
Block a user