From d3d045dd5c5af5f29268727afe63f3c53d22af6c Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Wed, 14 Feb 2018 16:55:43 +0100 Subject: Remove unused import statements Signed-off-by: Morris Jobke --- apps/files_external/lib/Lib/Auth/Password/GlobalAuth.php | 1 - apps/files_external/lib/Lib/Auth/Password/LoginCredentials.php | 3 --- apps/files_external/lib/Lib/Auth/Password/UserProvided.php | 1 - 3 files changed, 5 deletions(-) (limited to 'apps/files_external/lib/Lib/Auth') diff --git a/apps/files_external/lib/Lib/Auth/Password/GlobalAuth.php b/apps/files_external/lib/Lib/Auth/Password/GlobalAuth.php index 3c5798ccee7..c1397ae8f8c 100644 --- a/apps/files_external/lib/Lib/Auth/Password/GlobalAuth.php +++ b/apps/files_external/lib/Lib/Auth/Password/GlobalAuth.php @@ -29,7 +29,6 @@ use OCP\IUser; use OCA\Files_External\Lib\Auth\AuthMechanism; use OCA\Files_External\Lib\StorageConfig; use OCP\Security\ICredentialsManager; -use OCP\Files\Storage; use OCA\Files_External\Lib\InsufficientDataForMeaningfulAnswerException; /** diff --git a/apps/files_external/lib/Lib/Auth/Password/LoginCredentials.php b/apps/files_external/lib/Lib/Auth/Password/LoginCredentials.php index 80703b52a9a..dfdfd072980 100644 --- a/apps/files_external/lib/Lib/Auth/Password/LoginCredentials.php +++ b/apps/files_external/lib/Lib/Auth/Password/LoginCredentials.php @@ -24,13 +24,10 @@ namespace OCA\Files_External\Lib\Auth\Password; use \OCP\IL10N; use \OCP\IUser; -use \OCA\Files_External\Lib\DefinitionParameter; use \OCA\Files_External\Lib\Auth\AuthMechanism; use \OCA\Files_External\Lib\StorageConfig; use \OCP\ISession; use \OCP\Security\ICredentialsManager; -use \OCP\Files\Storage; -use \OCA\Files_External\Lib\SessionStorageWrapper; use \OCA\Files_External\Lib\InsufficientDataForMeaningfulAnswerException; /** diff --git a/apps/files_external/lib/Lib/Auth/Password/UserProvided.php b/apps/files_external/lib/Lib/Auth/Password/UserProvided.php index 7eb2f63e7d3..6bac2bd9c18 100644 --- a/apps/files_external/lib/Lib/Auth/Password/UserProvided.php +++ b/apps/files_external/lib/Lib/Auth/Password/UserProvided.php @@ -30,7 +30,6 @@ use OCP\IUser; use OCA\Files_External\Lib\Auth\AuthMechanism; use OCA\Files_External\Lib\StorageConfig; use OCP\Security\ICredentialsManager; -use OCP\Files\Storage; use OCA\Files_External\Lib\InsufficientDataForMeaningfulAnswerException; /** -- cgit v1.2.3