Replace location by context in checkpoint indexer
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core / src / org / eclipse / linuxtools / tmf / core / trace / ITmfContext.java
index 1d78bb6998d9f2da854e990fc864ad122439f6dd..62d2c1bf76199ab83ada6f8cd3b8be46a61f9c86 100644 (file)
@@ -85,9 +85,9 @@ public interface ITmfContext {
      */
     public ITmfContext clone();
 
-    /**
-     * @return a clone of the context
-     */
-    public ITmfContext clone2();
+//    /**
+//     * @return a clone of the context
+//     */
+//    public ITmfContext clone2();
 
 }
This page took 0.024365 seconds and 5 git commands to generate.