diff options
Diffstat (limited to 'lib/private/Files/Storage/DAV.php')
-rw-r--r-- | lib/private/Files/Storage/DAV.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/private/Files/Storage/DAV.php b/lib/private/Files/Storage/DAV.php index 73cf137181a..223f270bc45 100644 --- a/lib/private/Files/Storage/DAV.php +++ b/lib/private/Files/Storage/DAV.php @@ -38,12 +38,10 @@ use GuzzleHttp\Exception\RequestException; use GuzzleHttp\Message\ResponseInterface; use Icewind\Streams\CallbackWrapper; use OC\Files\Filesystem; -use OC\Files\Stream\Close; use Icewind\Streams\IteratorDirectory; use OC\MemCache\ArrayCache; use OCP\AppFramework\Http; use OCP\Constants; -use OCP\Files; use OCP\Files\FileInfo; use OCP\Files\StorageInvalidException; use OCP\Files\StorageNotAvailableException; |