Skip to content

Commit a96145a

Browse files
authored
Merge pull request github#12340 from MathiasVP/remove-uncertain-write-def-input-predicate
C++: Remove dead code
2 parents 5845528 + d5b0ad6 commit a96145a

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)