From c54a59d51eb924e77df6f6d2bb79ea466d169221 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Sat, 22 Apr 2017 18:13:48 -0500 Subject: Remove unused use statements Signed-off-by: Morris Jobke --- apps/files/lib/Command/DeleteOrphanedFiles.php | 2 -- apps/files/lib/Command/ScanAppData.php | 2 -- 2 files changed, 4 deletions(-) (limited to 'apps/files/lib/Command') diff --git a/apps/files/lib/Command/DeleteOrphanedFiles.php b/apps/files/lib/Command/DeleteOrphanedFiles.php index 77a22945a9a..2e5893cfd1f 100644 --- a/apps/files/lib/Command/DeleteOrphanedFiles.php +++ b/apps/files/lib/Command/DeleteOrphanedFiles.php @@ -23,8 +23,6 @@ namespace OCA\Files\Command; -use Doctrine\DBAL\Platforms\PostgreSqlPlatform; -use Doctrine\DBAL\Platforms\SqlitePlatform; use OCP\IDBConnection; use Symfony\Component\Console\Command\Command; use Symfony\Component\Console\Input\InputInterface; diff --git a/apps/files/lib/Command/ScanAppData.php b/apps/files/lib/Command/ScanAppData.php index 6ad83d9a182..7212717ee40 100644 --- a/apps/files/lib/Command/ScanAppData.php +++ b/apps/files/lib/Command/ScanAppData.php @@ -12,8 +12,6 @@ use OCP\Files\NotFoundException; use OCP\Files\StorageNotAvailableException; use OCP\IConfig; use OCP\IDBConnection; -use OCP\IUserManager; -use Symfony\Component\Console\Input\InputArgument; use Symfony\Component\Console\Input\InputInterface; use Symfony\Component\Console\Input\InputOption; use Symfony\Component\Console\Output\OutputInterface; -- cgit v1.2.3