C#: Remove expr_parent_adjusted.

This commit is contained in:
Michael Nebel
2026-03-23 15:13:35 +01:00
parent a900fe8657
commit d96e8cb704

View File

@@ -118,12 +118,6 @@ private module Cached {
i = 0
}
/**
* Use `expr_parent` instead.
*/
cached
deprecated predicate expr_parent_adjusted(Expr child, int i, ControlFlowElement parent) { none() }
private Expr getAChildExpr(ExprOrStmtParent parent) {
result = parent.getAChildExpr() and
not result = parent.(DeclarationWithGetSetAccessors).getExpressionBody()