Skip to content

Commit fb95084

Browse files
committed
C#: Remove unused case, when converting SummaryComponent stacks.
1 parent 5a0e6ed commit fb95084

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

csharp/ql/lib/semmle/code/csharp/dataflow/LibraryTypeDataFlow.qll

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,6 @@ private module FrameworkDataFlowAdaptor {
9898
result = TCallableFlowSourceArg(i) and
9999
input = SummaryComponentStack::argument(i)
100100
)
101-
or
102-
exists(int i | result = TCallableFlowSourceDelegateArg(i) |
103-
input =
104-
SummaryComponentStack::push(SummaryComponent::return(), SummaryComponentStack::argument(i))
105-
)
106101
}
107102

108103
private class FrameworkDataFlowAdaptor extends SummarizedCallable {

0 commit comments

Comments
 (0)