summaryrefslogtreecommitdiffstats
path: root/lib/public
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2016-02-05 17:52:37 +0100
committerRobin Appelman <icewind@owncloud.com>2016-02-05 17:52:37 +0100
commit282c1cb24f3bfa08421b89d6d88bbd5e18b684c7 (patch)
tree5b7bdf4db8c476f4d0cd8d9d12369cb070c9f8b6 /lib/public
parent559189cf4741303545dc0463651f63d5aa7f7a2f (diff)
downloadnextcloud-server-282c1cb24f3bfa08421b89d6d88bbd5e18b684c7.tar.gz
nextcloud-server-282c1cb24f3bfa08421b89d6d88bbd5e18b684c7.zip
remove unused Storage->search
Diffstat (limited to 'lib/public')
-rw-r--r--lib/public/files/storage/istorage.php9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/public/files/storage/istorage.php b/lib/public/files/storage/istorage.php
index 4bc5e3536dc..5b10c966a1f 100644
--- a/lib/public/files/storage/istorage.php
+++ b/lib/public/files/storage/istorage.php
@@ -304,15 +304,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
*