mirror of
https://github.com/github/codeql.git
synced 2026-03-30 20:28:15 +02:00
C#: Remove comment.
This commit is contained in:
@@ -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
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user