aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/console/command/user/reclean.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb/console/command/user/reclean.php')
-rw-r--r--phpBB/phpbb/console/command/user/reclean.php4
1 files changed, 0 insertions, 4 deletions
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