Refactor TmfTrace and dependencies - remove indexTrace()
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng.core / src / org / eclipse / linuxtools / internal / lttng / core / trace / LTTngTextTrace.java
index 82f4c60281de06d497be6eb3084aee15a25ea36d..12ee63d01298e9692bc218545b5b7812e50c9581 100644 (file)
@@ -57,7 +57,8 @@ public class LTTngTextTrace extends TmfTrace<LttngEvent> {
     }
 
     public LTTngTextTrace(final IResource resource, final String path, final boolean skipIndexing) throws Exception {
-        super(null, LttngEvent.class, path, 1, !skipIndexing);
+        //      super(null, LttngEvent.class, path, 1, !skipIndexing);
+        super(null, LttngEvent.class, path, 1);
 
         tracepath = path;
         traceTypes      = new HashMap<String, LttngEventType>();
This page took 0.024808 seconds and 5 git commands to generate.