Fix ranks in CtfTmfTrace as part of bug #389051
[deliverable/tracecompass.git] / org.eclipse.linuxtools.ctf.core / src / org / eclipse / linuxtools / ctf / core / trace / CTFTraceReader.java
index 42ae663ee006015699ef3598876775887ecb331e..08f9d181abd47ae95454cb1f7923544de96d338f 100644 (file)
@@ -245,9 +245,6 @@ public class CTFTraceReader {
             final long topEnd = top.getCurrentEvent().getTimestamp() + this.getTrace().getOffset();
             this.setEndTime( Math.max(topEnd, this.getEndTime()));
             this.eventCountPerTraceFile[top.getName()]++;
-            /*
-             * increment the index
-             */
 
             if (top.getCurrentEvent() != null) {
                 this.endTime = Math.max(top.getCurrentEvent().getTimestamp(),
This page took 0.023887 seconds and 5 git commands to generate.