@@ -24,10 +24,6 @@ |
||
24 | 24 | |
25 | 25 | use OCA\DAV\CardDAV\SyncService; |
26 | 26 | use OCP\AppFramework\Http; |
27 | -use Symfony\Component\Console\Command\Command; |
|
28 | -use Symfony\Component\Console\Helper\ProgressBar; |
|
29 | -use Symfony\Component\Console\Input\InputInterface; |
|
30 | -use Symfony\Component\Console\Output\OutputInterface; |
|
31 | 27 | |
32 | 28 | class SyncFederationAddressBooks { |
33 | 29 |
@@ -32,7 +32,6 @@ |
||
32 | 32 | */ |
33 | 33 | namespace OCA\Files_External\Lib\Storage; |
34 | 34 | use Icewind\Streams\IteratorDirectory; |
35 | - |
|
36 | 35 | use Icewind\Streams\RetryWrapper; |
37 | 36 | use phpseclib\Net\SFTP\Stream; |
38 | 37 |
@@ -23,7 +23,6 @@ |
||
23 | 23 | |
24 | 24 | namespace OCA\Files_Trashbin\BackgroundJob; |
25 | 25 | |
26 | -use OCP\IConfig; |
|
27 | 26 | use OCP\IUser; |
28 | 27 | use OCP\IUserManager; |
29 | 28 | use OCA\Files_Trashbin\AppInfo\Application; |
@@ -22,7 +22,6 @@ |
||
22 | 22 | namespace OCA\Testing\Locking; |
23 | 23 | |
24 | 24 | use OC\Lock\DBLockingProvider; |
25 | -use OC\Lock\MemcacheLockingProvider; |
|
26 | 25 | use OC\User\NoUserException; |
27 | 26 | use OCP\AppFramework\Http; |
28 | 27 | use OCP\Files\NotFoundException; |
@@ -32,7 +32,6 @@ |
||
32 | 32 | use Symfony\Component\Console\Input\InputInterface; |
33 | 33 | use Symfony\Component\Console\Input\InputOption; |
34 | 34 | use Symfony\Component\Console\Output\OutputInterface; |
35 | -use Symfony\Component\EventDispatcher\EventDispatcher; |
|
36 | 35 | use Symfony\Component\EventDispatcher\EventDispatcherInterface; |
37 | 36 | use Symfony\Component\EventDispatcher\GenericEvent; |
38 | 37 |
@@ -23,7 +23,6 @@ |
||
23 | 23 | |
24 | 24 | namespace OC\App; |
25 | 25 | |
26 | -use OC_Util; |
|
27 | 26 | use OCP\IConfig; |
28 | 27 | |
29 | 28 | /** |
@@ -30,7 +30,6 @@ |
||
30 | 30 | use OC\Files\Filesystem; |
31 | 31 | use OC\Files\View; |
32 | 32 | use OCP\Encryption\IEncryptionModule; |
33 | -use OCP\Files\Storage; |
|
34 | 33 | use OCP\IConfig; |
35 | 34 | |
36 | 35 | class Util { |
@@ -20,9 +20,7 @@ |
||
20 | 20 | */ |
21 | 21 | namespace OC\Files\Node; |
22 | 22 | |
23 | -use OC\Files\Mount\MountPoint; |
|
24 | 23 | use OCP\Files\IRootFolder; |
25 | -use OCP\Files\NotPermittedException; |
|
26 | 24 | |
27 | 25 | /** |
28 | 26 | * Class LazyRoot |
@@ -23,7 +23,6 @@ |
||
23 | 23 | |
24 | 24 | use OCP\Files\IMimeTypeLoader; |
25 | 25 | use OCP\IDBConnection; |
26 | - |
|
27 | 26 | use Doctrine\DBAL\Exception\UniqueConstraintViolationException; |
28 | 27 | |
29 | 28 | /** |