Completed
Pull Request — master (#3204)
by Jan-Christoph
07:32
created
core/Controller/LostController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,6 @@
 block discarded – undo
30 30
 
31 31
 namespace OC\Core\Controller;
32 32
 
33
-use OCA\Encryption\Exceptions\PrivateKeyMissingException;
34 33
 use \OCP\AppFramework\Controller;
35 34
 use \OCP\AppFramework\Http\TemplateResponse;
36 35
 use OCP\AppFramework\Utility\ITimeFactory;
Please login to merge, or discard this patch.
lib/private/Files/Storage/DAV.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,6 @@
 block discarded – undo
38 38
 use GuzzleHttp\Message\ResponseInterface;
39 39
 use Icewind\Streams\CallbackWrapper;
40 40
 use OC\Files\Filesystem;
41
-use OC\Files\Stream\Close;
42 41
 use Icewind\Streams\IteratorDirectory;
43 42
 use OC\MemCache\ArrayCache;
44 43
 use OCP\AppFramework\Http;
Please login to merge, or discard this patch.
lib/private/AppFramework/DependencyInjection/DIContainer.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,6 @@
 block discarded – undo
46 46
 use OC\AppFramework\Utility\TimeFactory;
47 47
 use OC\Core\Middleware\TwoFactorMiddleware;
48 48
 use OC\RichObjectStrings\Validator;
49
-use OC\Security\Bruteforce\Throttler;
50 49
 use OCP\AppFramework\IApi;
51 50
 use OCP\AppFramework\IAppContainer;
52 51
 use OCP\Files\IAppData;
Please login to merge, or discard this patch.