aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Friedman <maf675@gmail.com>2016-03-26 14:50:45 -0700
committerMatt Friedman <maf675@gmail.com>2016-03-31 15:07:59 -0700
commit13f365916caf9b01312da3717359316faa576521 (patch)
treef160788f1a7be69af9159c75fc01bc57c0817380
parent6291bfaca94d104f1c85a0b139cab908e0793b3a (diff)
downloadforums-13f365916caf9b01312da3717359316faa576521.tar
forums-13f365916caf9b01312da3717359316faa576521.tar.gz
forums-13f365916caf9b01312da3717359316faa576521.tar.bz2
forums-13f365916caf9b01312da3717359316faa576521.tar.xz
forums-13f365916caf9b01312da3717359316faa576521.zip
[ticket/14561] Remove unused use statements
PHPBB3-14561
-rw-r--r--phpBB/phpbb/console/command/user/activate.php2
-rw-r--r--phpBB/phpbb/console/command/user/delete.php1
-rw-r--r--phpBB/phpbb/console/command/user/reclean.php4
3 files changed, 0 insertions, 7 deletions
diff --git a/phpBB/phpbb/console/command/user/activate.php b/phpBB/phpbb/console/command/user/activate.php
index 890827afb6..697c1e5abe 100644
--- a/phpBB/phpbb/console/command/user/activate.php
+++ b/phpBB/phpbb/console/command/user/activate.php
@@ -17,8 +17,6 @@ use Symfony\Component\Console\Input\InputArgument;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Output\OutputInterface;
-use Symfony\Component\Console\Question\ConfirmationQuestion;
-use Symfony\Component\Console\Question\Question;
use Symfony\Component\Console\Style\SymfonyStyle;
class activate extends \phpbb\console\command\command
diff --git a/phpBB/phpbb/console/command/user/delete.php b/phpBB/phpbb/console/command/user/delete.php
index 360b119e17..7251ecb3a5 100644
--- a/phpBB/phpbb/console/command/user/delete.php
+++ b/phpBB/phpbb/console/command/user/delete.php
@@ -18,7 +18,6 @@ use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Output\OutputInterface;
use Symfony\Component\Console\Question\ConfirmationQuestion;
-use Symfony\Component\Console\Question\Question;
use Symfony\Component\Console\Style\SymfonyStyle;
class delete extends \phpbb\console\command\command
diff --git a/phpBB/phpbb/console/command/user/reclean.php b/phpBB/phpbb/console/command/user/reclean.php
index c53d766cce..cd5fc60a05 100644
--- a/phpBB/phpbb/console/command/user/reclean.php
+++ b/phpBB/phpbb/console/command/user/reclean.php
@@ -13,12 +13,8 @@
namespace phpbb\console\command\user;
-use Symfony\Component\Console\Input\InputArgument;
use Symfony\Component\Console\Input\InputInterface;
-use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Output\OutputInterface;
-use Symfony\Component\Console\Question\ConfirmationQuestion;
-use Symfony\Component\Console\Question\Question;
use Symfony\Component\Console\Style\SymfonyStyle;
class reclean extends \phpbb\console\command\command