tmf: Consolidate all state systems in ITmfTrace
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core / src / org / eclipse / linuxtools / tmf / core / ctfadaptor / CtfTmfTrace.java
index f1b6427a27e356611cb8afc730aca4a755bc4364..f3ce15fd65268e5f12a8c8ba06451fb30fea3181 100644 (file)
@@ -19,7 +19,6 @@ import org.eclipse.linuxtools.tmf.core.event.ITmfEvent;
 import org.eclipse.linuxtools.tmf.core.event.ITmfTimestamp;
 import org.eclipse.linuxtools.tmf.core.event.TmfTimestamp;
 import org.eclipse.linuxtools.tmf.core.exceptions.TmfTraceException;
-import org.eclipse.linuxtools.tmf.core.statesystem.ITmfStateSystem;
 import org.eclipse.linuxtools.tmf.core.trace.ITmfContext;
 import org.eclipse.linuxtools.tmf.core.trace.ITmfEventParser;
 import org.eclipse.linuxtools.tmf.core.trace.ITmfLocation;
@@ -46,9 +45,6 @@ public class CtfTmfTrace extends TmfTrace implements ITmfEventParser {
     //        Fields
     //-------------------------------------------
 
-    /** Reference to the state system assigned to this trace */
-    protected ITmfStateSystem ss = null;
-
     /* Reference to the CTF Trace */
     private CTFTrace fTrace;
 
@@ -246,14 +242,6 @@ public class CtfTmfTrace extends TmfTrace implements ITmfEventParser {
         return event;
     }
 
-    /**
-     * @since 2.0
-     */
-    @Override
-    public ITmfStateSystem getStateSystem() {
-        return this.ss;
-    }
-
     /**
      * gets the CTFtrace that this is wrapping
      * @return the CTF trace
This page took 0.024067 seconds and 5 git commands to generate.