Skip to content

Commit e76b912

Browse files
committed
Removing debugging code.
1 parent 4818bd6 commit e76b912

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

cpp/ql/lib/semmle/code/cpp/ir/implementation/raw/internal/TranslatedExpr.qll

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,6 @@ private import TranslatedGlobalVar
1717
private import IRConstruction
1818
import TranslatedCall
1919

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-
2620
/**
2721
* Gets the TranslatedExpr for the specified expression. If `expr` is a load or synthesized
2822
* temporary object, the result is the TranslatedExpr for the load or synthetic temporary object

0 commit comments

Comments
 (0)