tmf: Remove TmfStatsUpdatedSignal
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / tmf / ui / views / statistics / TmfStatisticsModule.java
index 6197c52d6c01c139d6ebf640b04bb226be244bcf..d245750b9609bf3a054e0e86ab0de10861c73c97 100644 (file)
@@ -107,7 +107,7 @@ public class TmfStatisticsModule extends TmfAbstractAnalysisModule
             throw new IllegalStateException();
         }
 
-        fStatistics = new TmfStateStatistics(trace, totalsSS, eventTypesSS);
+        fStatistics = new TmfStateStatistics(totalsSS, eventTypesSS);
         return true;
     }
 
This page took 0.02467 seconds and 5 git commands to generate.