Minor updates
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core / src / org / eclipse / linuxtools / tmf / core / trace / TmfTrace.java
index cb1a159569d1bf20a7a4ecc64971fd3da6e0c1dc..bd3ff6ea23af6a539ea1e997331b21b7bf9257f0 100644 (file)
@@ -174,8 +174,7 @@ public abstract class TmfTrace<T extends ITmfEvent> extends TmfEventProvider<T>
      */
     protected TmfTrace(String name, Class<T> type, String path, int cacheSize, boolean indexTrace) throws FileNotFoundException {
         super();
-        fTraceName = name;
-        initTrace(name, path, type, cacheSize, indexTrace);
+         initTrace(name, path, type, cacheSize, indexTrace);
     }
 
     @SuppressWarnings("unchecked")
This page took 0.023622 seconds and 5 git commands to generate.