]> source.dussan.org Git - nextcloud-server.git/commitdiff
remove unused Storage->search
authorRobin Appelman <icewind@owncloud.com>
Fri, 5 Feb 2016 16:52:37 +0000 (17:52 +0100)
committerRobin Appelman <icewind@owncloud.com>
Fri, 5 Feb 2016 16:52:37 +0000 (17:52 +0100)
lib/public/files/storage/istorage.php

index 4bc5e3536dcd8578b7878a71dd5f73adfce5b047..5b10c966a1fd21382fb7b37bb57791b17cee7657 100644 (file)
@@ -303,15 +303,6 @@ interface IStorage {
         */
        public function free_space($path);
 
-       /**
-        * search for occurrences of $query in file names
-        *
-        * @param string $query
-        * @return array|false
-        * @since 9.0.0
-        */
-       public function search($query);
-
        /**
         * see http://php.net/manual/en/function.touch.php
         * If the backend does not support the operation, false should be returned