We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4818bd6 commit e76b912Copy full SHA for e76b912
cpp/ql/lib/semmle/code/cpp/ir/implementation/raw/internal/TranslatedExpr.qll
@@ -17,12 +17,6 @@ private import TranslatedGlobalVar
17
private import IRConstruction
18
import TranslatedCall
19
20
-predicate tbd(TranslatedElement e, Instruction i, string s) {
21
- e.getInstruction(_) = i and
22
- not exists(i.getSuccessor(_)) and
23
- s = concat(e.getAQlClass(), ",")
24
-}
25
-
26
/**
27
* Gets the TranslatedExpr for the specified expression. If `expr` is a load or synthesized
28
* temporary object, the result is the TranslatedExpr for the load or synthetic temporary object
0 commit comments