Skip to content

Commit 42049b1

Browse files
committed
delete dead code (thanks QL-for-QL)
1 parent 507e0aa commit 42049b1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,6 @@ private class FunctionPointerFlowSource extends DelegateLikeFlowSource {
5454
override Callable getCallable() { result = c }
5555
}
5656

57-
/** A sink of flow for a delegate or function pointer expression. */
58-
abstract private class DelegateLikeFlowSink extends DataFlow::Node { }
59-
6057
/** A non-delegate call. */
6158
private class NonDelegateCall extends Expr {
6259
private DispatchCall dc;

0 commit comments

Comments
 (0)