From 57b5c82eb74a0f6f6f8fe785d0fd05892a12ba57 Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Wed, 22 Oct 2014 10:29:26 +0200 Subject: [PATCH] Remove uneeded import --- core/lostpassword/controller/lostcontroller.php | 1 - 1 file changed, 1 deletion(-) diff --git a/core/lostpassword/controller/lostcontroller.php b/core/lostpassword/controller/lostcontroller.php index a1a683baa70..eff7a1f5728 100644 --- a/core/lostpassword/controller/lostcontroller.php +++ b/core/lostpassword/controller/lostcontroller.php @@ -15,7 +15,6 @@ use \OCP\IRequest; use \OCP\IL10N; use \OCP\IConfig; use OCP\IUserManager; -use \OC\Core\LostPassword\EncryptedDataException; use OCP\Security\ISecureRandom; use \OC_Defaults; use OCP\Security\StringUtils;