Renamed more and moved code to Block interface.
[core.git] / inc / classes / interfaces / io / class_Pointer.php
index b0882b7a155f034b0155a51e5c99059eedf5b7c3..c17d881c219b746c470c443638d6c00306295be3 100644 (file)
@@ -52,15 +52,6 @@ interface Pointer extends FrameworkInterface {
         * @return      $isEndOfFileReached             Whether the EOF has been reached
         */
        function isEndOfFileReached ();
-
-       /**
-        * Analyzes entries in index file. This will count all found (and valid)
-        * entries, mark invalid as damaged and count gaps ("fragmentation"). If
-        * only gaps are found, the file is considered as "virgin" (no entries).
-        *
-        * @return      void
-        */
-       function analyzeFile ();
 }
 
 // [EOF]