diff options
author | Morris Jobke <hey@morrisjobke.de> | 2018-03-16 12:26:38 +0100 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2018-03-16 12:26:38 +0100 |
commit | ade05f40ec66039f92c157930d0faf537513d2ae (patch) | |
tree | f8fa1968fde43dc069fcee5a894f9e4ceb3ee62c /lib/public | |
parent | f83aa58d1f82beee86d3e91f390efb48b98a52e0 (diff) | |
download | nextcloud-server-ade05f40ec66039f92c157930d0faf537513d2ae.tar.gz nextcloud-server-ade05f40ec66039f92c157930d0faf537513d2ae.zip |
Remove unused resolveReshare of old sharing code
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'lib/public')
-rw-r--r-- | lib/public/Share.php | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/public/Share.php b/lib/public/Share.php index b7fb7296e49..011d56ab5af 100644 --- a/lib/public/Share.php +++ b/lib/public/Share.php @@ -85,16 +85,6 @@ class Share extends \OC\Share\Constants { return \OC\Share\Share::getShareByToken($token, $checkPasswordProtection); } - /** - * resolves reshares down to the last real share - * @param array $linkItem - * @return array file owner - * @since 6.0.0 - */ - public static function resolveReShare($linkItem) { - return \OC\Share\Share::resolveReShare($linkItem); - } - /** * Get the shared items of item type owned by the current user |