diff options
Diffstat (limited to 'lib/public/Share.php')
-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 |