Completed
Pull Request — master (#22592)
by Lukas
12:38
created
apps/dav/lib/server.php 1 patch
Unused Use Statements   -5 removed lines patch added patch discarded remove patch
@@ -23,7 +23,6 @@  discard block
 block discarded – undo
23 23
 namespace OCA\DAV;
24 24
 
25 25
 use OCA\DAV\CalDAV\Schedule\IMipPlugin;
26
-use OCA\DAV\Connector\FedAuth;
27 26
 use OCA\DAV\Connector\Sabre\Auth;
28 27
 use OCA\DAV\Connector\Sabre\BlockLegacyClientPlugin;
29 28
 use OCA\DAV\Connector\Sabre\FilesPlugin;
@@ -31,10 +30,6 @@  discard block
 block discarded – undo
31 30
 use OCP\IRequest;
32 31
 use OCP\SabrePluginEvent;
33 32
 use Sabre\DAV\Auth\Plugin;
34
-use Sabre\DAV\IFile;
35
-use Sabre\HTTP\RequestInterface;
36
-use Sabre\HTTP\ResponseInterface;
37
-use Sabre\HTTP\Util;
38 33
 
39 34
 class Server {
40 35
 
Please login to merge, or discard this patch.