ss: Remove checkValidTime from the backend interface
[deliverable/tracecompass.git] / org.eclipse.tracecompass.statesystem.core / src / org / eclipse / tracecompass / statesystem / core / backend / IStateHistoryBackend.java
index 2d9c009fa00fd407404c8fab5d75ff5c1164cd49..07fa6762b0c536ddc49bca3f09a2e0b615060df7 100644 (file)
@@ -176,18 +176,6 @@ public interface IStateHistoryBackend {
             throws TimeRangeException, AttributeNotFoundException,
             StateSystemDisposedException;
 
-    /**
-     * Simple check to make sure the requested timestamps are within the borders
-     * of this state history. This is used internally, but could also be used by
-     * the request sender (to check before sending in a lot of requests for
-     * example).
-     *
-     * @param t
-     *            The queried timestamp
-     * @return True if the timestamp is within range, false if not.
-     */
-    boolean checkValidTime(long t);
-
     /**
      * Debug method to print the contents of the history backend.
      *
This page took 0.022949 seconds and 5 git commands to generate.