Skip to content

Commit d5b0ad6

Browse files
committed
C++: Remove cached predicate that's no longer used.
1 parent 5845528 commit d5b0ad6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/SsaInternals.qll

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -809,11 +809,6 @@ module SsaCached {
809809
predicate lastRefRedef(Definition def, IRBlock bb, int i, Definition next) {
810810
SsaImpl::lastRefRedef(def, bb, i, next)
811811
}
812-
813-
cached
814-
predicate uncertainWriteDefinitionInput(SsaImpl::UncertainWriteDefinition def, Definition inp) {
815-
SsaImpl::uncertainWriteDefinitionInput(def, inp)
816-
}
817812
}
818813

819814
cached

0 commit comments

Comments
 (0)