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 507e0aa commit 42049b1Copy full SHA for 42049b1
csharp/ql/lib/semmle/code/csharp/dataflow/internal/DelegateDataFlow.qll
@@ -54,9 +54,6 @@ private class FunctionPointerFlowSource extends DelegateLikeFlowSource {
54
override Callable getCallable() { result = c }
55
}
56
57
-/** A sink of flow for a delegate or function pointer expression. */
58
-abstract private class DelegateLikeFlowSink extends DataFlow::Node { }
59
-
60
/** A non-delegate call. */
61
private class NonDelegateCall extends Expr {
62
private DispatchCall dc;
0 commit comments