aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Encryption/Update.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/private/Encryption/Update.php')
-rw-r--r--lib/private/Encryption/Update.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/private/Encryption/Update.php b/lib/private/Encryption/Update.php
index e0161df57cf..2b8bfe38319 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;
/**