Skip to content

Commit 4e2a93d

Browse files
committed
C#: Remove comment.
1 parent cfd4be6 commit 4e2a93d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/ql/lib/semmle/code/csharp/dataflow/internal/TaintTrackingPrivate.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ private class LocalTaintExprStepConfiguration extends ControlFlowReachabilityCon
111111

112112
private ControlFlow::Nodes::ExprNode getALastEvalNode(ControlFlow::Nodes::ExprNode cfn) {
113113
exists(Expr e | any(LocalTaintExprStepConfiguration x).hasExprPath(_, result, e, cfn) |
114-
e.(OperatorCall).getTarget() instanceof ImplicitConversionOperator // Should only be implicit operator calls.
114+
e.(OperatorCall).getTarget() instanceof ImplicitConversionOperator
115115
)
116116
}
117117

0 commit comments

Comments
 (0)