diff --git a/lib/private/Encryption/Update.php b/lib/private/Encryption/Update.php index e0161df57c..2b8bfe3831 100644 --- a/lib/private/Encryption/Update.php +++ b/lib/private/Encryption/Update.php @@ -26,14 +26,11 @@ namespace OC\Encryption; -use Exception; use InvalidArgumentException; -use OC; use OC\Files\Filesystem; use OC\Files\Mount; use OC\Files\View; use OCP\Encryption\Exceptions\GenericEncryptionException; -use OCP\ILogger; use Psr\Log\LoggerInterface; /**