More cleanups of public closeFile() method as it is private now and shall only
[core.git] / inc / classes / main / index / class_BaseIndex.php
index 7a4b961647d42d87496eedcb7249ec06e2ea42b4..6dd651caf43d64d565716dfbfea6ca865223d21a 100644 (file)
@@ -190,17 +190,6 @@ class BaseIndex extends BaseFrameworkSystem {
                return $length;
        }
 
-       /**
-        * Close a file source and set it's instance to null and the file name
-        * to empty.
-        *
-        * @return      void
-        * @throws      UnsupportedOperationException   If this method is called
-        */
-       public function closeFile () {
-               throw new UnsupportedOperationException(array($this, __FUNCTION__), self::EXCEPTION_UNSPPORTED_OPERATION);
-       }
-
        /**
         * Determines whether the EOF has been reached
         *