Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorLukas Reschke <lukas@owncloud.com>2014-10-22 12:29:26 +0400
committerLukas Reschke <lukas@owncloud.com>2014-11-17 19:50:19 +0300
commit57b5c82eb74a0f6f6f8fe785d0fd05892a12ba57 (patch)
tree8012370ddda125d86f5fdb140e2eb3ea38b50cd0 /core
parent60ae2894aa298cc2ee5bb2a59312303746bbd633 (diff)
Remove uneeded import
Diffstat (limited to 'core')
-rw-r--r--core/lostpassword/controller/lostcontroller.php1
1 files changed, 0 insertions, 1 deletions
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;