C#: Remove comment.

This commit is contained in:
Michael Nebel
2026-03-04 07:58:55 +01:00
parent cfd4be6b4e
commit 4e2a93df55

View File

@@ -111,7 +111,7 @@ private class LocalTaintExprStepConfiguration extends ControlFlowReachabilityCon
private ControlFlow::Nodes::ExprNode getALastEvalNode(ControlFlow::Nodes::ExprNode cfn) {
exists(Expr e | any(LocalTaintExprStepConfiguration x).hasExprPath(_, result, e, cfn) |
e.(OperatorCall).getTarget() instanceof ImplicitConversionOperator // Should only be implicit operator calls.
e.(OperatorCall).getTarget() instanceof ImplicitConversionOperator
)
}