diff --git a/csharp/ql/lib/semmle/code/csharp/ExprOrStmtParent.qll b/csharp/ql/lib/semmle/code/csharp/ExprOrStmtParent.qll index 5afacf608a8c..ef883cbd5af3 100644 --- a/csharp/ql/lib/semmle/code/csharp/ExprOrStmtParent.qll +++ b/csharp/ql/lib/semmle/code/csharp/ExprOrStmtParent.qll @@ -190,8 +190,8 @@ private module Cached { pragma[inline] private ControlFlowElement enclosingStart(ControlFlowElement cfe) { result = cfe - or - getAChild(result).(AnonymousFunctionExpr) = cfe + // or + // getAChild(result).(AnonymousFunctionExpr) = cfe } private predicate parent(ControlFlowElement child, ExprOrStmtParent parent) {