releng: Transition to jdt.annotation 2.0
[deliverable/tracecompass.git] / pcap / org.eclipse.tracecompass.tmf.pcap.ui / src / org / eclipse / tracecompass / internal / tmf / pcap / ui / stream / StreamListView.java
index 164b3c9ddaf858bc83b284f8a0065e4c3f925277..cfa3eebff81e3b31ab64f02561751b92dc60c0ac 100644 (file)
@@ -283,9 +283,6 @@ public class StreamListView extends TmfView {
                 }
                 for (Entry<TmfPcapProtocol, Table> protocolEntry : tables.entrySet()) {
                     TmfPcapProtocol protocol = protocolEntry.getKey();
-                    if (protocol == null) {
-                        throw new IllegalStateException();
-                    }
                     TmfPacketStreamBuilder builder = analysis.getBuilder(protocol);
                     Table table = protocolEntry.getValue();
                     if (builder != null && !(table.isDisposed())) {
This page took 0.024623 seconds and 5 git commands to generate.