Skip to content

Commit 003e48e

Browse files
committed
C#: Remove expr_parent_adjusted.
1 parent 7399480 commit 003e48e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

csharp/ql/lib/semmle/code/csharp/ExprOrStmtParent.qll

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -118,12 +118,6 @@ private module Cached {
118118
i = 0
119119
}
120120

121-
/**
122-
* Use `expr_parent` instead.
123-
*/
124-
cached
125-
deprecated predicate expr_parent_adjusted(Expr child, int i, ControlFlowElement parent) { none() }
126-
127121
private Expr getAChildExpr(ExprOrStmtParent parent) {
128122
result = parent.getAChildExpr() and
129123
not result = parent.(DeclarationWithGetSetAccessors).getExpressionBody()

0 commit comments

Comments
 (0)