remove unused Storage->search
This commit is contained in:
parent
559189cf47
commit
282c1cb24f
1 changed files with 0 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue