We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f1c7c4 commit e462df4Copy full SHA for e462df4
csharp/ql/lib/semmle/code/csharp/controlflow/internal/Completion.qll
@@ -429,11 +429,6 @@ private predicate inBooleanContext(Expr e) {
429
or
430
e = any(SpecificCatchClause scc).getFilterClause()
431
432
- exists(BooleanAssertMethod m, int i |
433
- assertion(_, i, m, e) and
434
- i = m.getAnAssertionIndex(_)
435
- )
436
- or
437
e = any(LogicalNotExpr lne | inBooleanContext(lne)).getAnOperand()
438
439
exists(LogicalAndExpr lae |
0 commit comments