From 282c1cb24f3bfa08421b89d6d88bbd5e18b684c7 Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Fri, 5 Feb 2016 17:52:37 +0100 Subject: [PATCH] remove unused Storage->search --- lib/public/files/storage/istorage.php | 9 --------- 1 file changed, 9 deletions(-) diff --git a/lib/public/files/storage/istorage.php b/lib/public/files/storage/istorage.php index 4bc5e3536d..5b10c966a1 100644 --- a/lib/public/files/storage/istorage.php +++ b/lib/public/files/storage/istorage.php @@ -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