diff options
Diffstat (limited to 'apps/files_external/lib/Lib/Storage')
-rw-r--r-- | apps/files_external/lib/Lib/Storage/SFTP.php | 1 | ||||
-rw-r--r-- | apps/files_external/lib/Lib/Storage/SMB.php | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/apps/files_external/lib/Lib/Storage/SFTP.php b/apps/files_external/lib/Lib/Storage/SFTP.php index 1d9affa8d68..a4dfea94bf7 100644 --- a/apps/files_external/lib/Lib/Storage/SFTP.php +++ b/apps/files_external/lib/Lib/Storage/SFTP.php @@ -33,7 +33,6 @@ */ namespace OCA\Files_External\Lib\Storage; use Icewind\Streams\IteratorDirectory; - use Icewind\Streams\RetryWrapper; use phpseclib\Net\SFTP\Stream; 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; |