C#: Remove unused case, when converting SummaryComponent stacks.

This commit is contained in:
Michael Nebel
2022-01-04 15:20:36 +01:00
parent 5a0e6ed8e6
commit fb950848c7

View File

@@ -98,11 +98,6 @@ private module FrameworkDataFlowAdaptor {
result = TCallableFlowSourceArg(i) and
input = SummaryComponentStack::argument(i)
)
or
exists(int i | result = TCallableFlowSourceDelegateArg(i) |
input =
SummaryComponentStack::push(SummaryComponent::return(), SummaryComponentStack::argument(i))
)
}
private class FrameworkDataFlowAdaptor extends SummarizedCallable {