Remove unreachable code

This commit is contained in:
nathangray 2018-06-05 14:59:05 -06:00
parent 71ee883210
commit ca32d0bc50

View File

@ -274,9 +274,6 @@ class Sharing extends \EGroupware\Api\Sharing
return parent::create($vfs_path, $mode, $name, $recipients, $extra); return parent::create($vfs_path, $mode, $name, $recipients, $extra);
} }
return $share;
} }
/** /**