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_external/lib/Lib/Storage/SMB.php | |
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_external/lib/Lib/Storage/SMB.php')
-rw-r--r-- | apps/files_external/lib/Lib/Storage/SMB.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/files_external/lib/Lib/Storage/SMB.php b/apps/files_external/lib/Lib/Storage/SMB.php index 690f8e2a334..cc4cd641ce5 100644 --- a/apps/files_external/lib/Lib/Storage/SMB.php +++ b/apps/files_external/lib/Lib/Storage/SMB.php @@ -31,14 +31,11 @@ namespace OCA\Files_External\Lib\Storage; -use Icewind\SMB\Change; use Icewind\SMB\Exception\ConnectException; use Icewind\SMB\Exception\Exception; use Icewind\SMB\Exception\ForbiddenException; use Icewind\SMB\Exception\NotFoundException; -use Icewind\SMB\INotifyHandler; use Icewind\SMB\IFileInfo; -use Icewind\SMB\IShare; use Icewind\SMB\NativeServer; use Icewind\SMB\Server; use Icewind\Streams\CallbackWrapper; |