Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2020-03-26 16:02:00 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-03-26 16:02:00 +0300
commit5cff39b7ce09e7a1a0c27c47e4f568608da8c02b (patch)
tree956ce4b38d2b7359cdac3bd3d1c7a08c3c637b90 /lib/Migration
parent28240900e17e5c2fcc4ee7d68f9fae004db245a9 (diff)
Remove unused imports
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'lib/Migration')
-rw-r--r--lib/Migration/Version0156Date20190828140357.php1
-rw-r--r--lib/Migration/Version0161Date20190902114635.php1
-rw-r--r--lib/Migration/Version0190Date20191118160843.php1
-rw-r--r--lib/Migration/Version1030Date20200228105714.php1
4 files changed, 0 insertions, 4 deletions
diff --git a/lib/Migration/Version0156Date20190828140357.php b/lib/Migration/Version0156Date20190828140357.php
index cf4cd72f2..42268400a 100644
--- a/lib/Migration/Version0156Date20190828140357.php
+++ b/lib/Migration/Version0156Date20190828140357.php
@@ -24,7 +24,6 @@ namespace OCA\Mail\Migration;
use Closure;
use OCP\DB\ISchemaWrapper;
-use OCP\Migration\IMigrationStep;
use OCP\Migration\SimpleMigrationStep;
use OCP\Migration\IOutput;
diff --git a/lib/Migration/Version0161Date20190902114635.php b/lib/Migration/Version0161Date20190902114635.php
index 507a35dac..d3e9e718a 100644
--- a/lib/Migration/Version0161Date20190902114635.php
+++ b/lib/Migration/Version0161Date20190902114635.php
@@ -25,7 +25,6 @@ namespace OCA\Mail\Migration;
use Closure;
use OCP\DB\ISchemaWrapper;
-use OCP\DB\QueryBuilder\IQueryBuilder;
use OCP\IDBConnection;
use OCP\Migration\SimpleMigrationStep;
use OCP\Migration\IOutput;
diff --git a/lib/Migration/Version0190Date20191118160843.php b/lib/Migration/Version0190Date20191118160843.php
index e66d42d3d..5ea0f4548 100644
--- a/lib/Migration/Version0190Date20191118160843.php
+++ b/lib/Migration/Version0190Date20191118160843.php
@@ -27,7 +27,6 @@ namespace OCA\Mail\Migration;
use Closure;
use OCP\DB\ISchemaWrapper;
-use OCP\IDBConnection;
use OCP\Migration\SimpleMigrationStep;
use OCP\Migration\IOutput;
diff --git a/lib/Migration/Version1030Date20200228105714.php b/lib/Migration/Version1030Date20200228105714.php
index 0b68533d9..c2765626e 100644
--- a/lib/Migration/Version1030Date20200228105714.php
+++ b/lib/Migration/Version1030Date20200228105714.php
@@ -4,7 +4,6 @@ declare(strict_types=1);
namespace OCA\Mail\Migration;
-use Closure;
use OCP\IDBConnection;
use OCP\Migration\IOutput;
use OCP\Migration\SimpleMigrationStep;