diff options
author | Morris Jobke <hey@morrisjobke.de> | 2017-04-22 18:13:48 -0500 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2017-04-22 19:23:31 -0500 |
commit | c54a59d51eb924e77df6f6d2bb79ea466d169221 (patch) | |
tree | 8fc2dfae3b3aeccba85250173cafe7340ab0798d /apps/files_sharing/lib/External | |
parent | eaa6f766e694f08e899c9469f668135c5d7b0c34 (diff) | |
download | nextcloud-server-c54a59d51eb924e77df6f6d2bb79ea466d169221.tar.gz nextcloud-server-c54a59d51eb924e77df6f6d2bb79ea466d169221.zip |
Remove unused use statements
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'apps/files_sharing/lib/External')
-rw-r--r-- | apps/files_sharing/lib/External/Manager.php | 1 | ||||
-rw-r--r-- | apps/files_sharing/lib/External/Storage.php | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/apps/files_sharing/lib/External/Manager.php b/apps/files_sharing/lib/External/Manager.php index 2c348907384..2adcc7cf5cb 100644 --- a/apps/files_sharing/lib/External/Manager.php +++ b/apps/files_sharing/lib/External/Manager.php @@ -30,7 +30,6 @@ namespace OCA\Files_Sharing\External; use OC\Files\Filesystem; -use OCA\FederatedFileSharing\DiscoveryManager; use OCP\Files; use OCP\Files\Storage\IStorageFactory; use OCP\Http\Client\IClientService; diff --git a/apps/files_sharing/lib/External/Storage.php b/apps/files_sharing/lib/External/Storage.php index b84ba5d96ab..95f45dc3691 100644 --- a/apps/files_sharing/lib/External/Storage.php +++ b/apps/files_sharing/lib/External/Storage.php @@ -32,7 +32,6 @@ use GuzzleHttp\Exception\ClientException; use GuzzleHttp\Exception\ConnectException; use OC\Files\Storage\DAV; use OC\ForbiddenException; -use OCA\FederatedFileSharing\DiscoveryManager; use OCA\Files_Sharing\ISharedStorage; use OCP\AppFramework\Http; use OCP\Federation\ICloudId; |