Skip to content

Commit 742f080

Browse files
committed
C++: This predicate is no longer used.
1 parent d350c0d commit 742f080

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

cpp/ql/lib/semmle/code/cpp/security/InvalidPointerDereference/RangeAnalysisUtil.qll

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,5 @@ bindingset[i]
3535
pragma[inline_late]
3636
predicate bounded1(Instruction i, Instruction b, int delta) { boundedImpl(i, b, delta) }
3737

38-
/**
39-
* Holds if `i <= b + delta`.
40-
*
41-
* This predicate enforces a join-order that ensures that `b` has already been bound.
42-
*/
43-
bindingset[b]
44-
pragma[inline_late]
45-
predicate bounded2(Instruction i, Instruction b, int delta) { boundedImpl(i, b, delta) }
46-
4738
/** Holds if `i <= b + delta`. */
4839
predicate bounded = boundedImpl/3;

0 commit comments

Comments
 (0)