diff options
author | Marc Alexander <admin@m-a-styles.de> | 2016-03-02 22:00:08 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2016-12-03 14:23:34 +0100 |
commit | fd37919ecb8e6e6618145aafae9de864fe16ded8 (patch) | |
tree | 44b614143050320a84465ee66c11e12fbeb2d688 /phpBB/phpbb/install | |
parent | d62d35ad46baf9a7563a9f58038b16272cdf7c2d (diff) | |
download | forums-fd37919ecb8e6e6618145aafae9de864fe16ded8.tar forums-fd37919ecb8e6e6618145aafae9de864fe16ded8.tar.gz forums-fd37919ecb8e6e6618145aafae9de864fe16ded8.tar.bz2 forums-fd37919ecb8e6e6618145aafae9de864fe16ded8.tar.xz forums-fd37919ecb8e6e6618145aafae9de864fe16ded8.zip |
[ticket/14492] Remove unused use statement
PHPBB3-14492
Diffstat (limited to 'phpBB/phpbb/install')
-rw-r--r-- | phpBB/phpbb/install/module/update_database/task/update_extensions.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/phpbb/install/module/update_database/task/update_extensions.php b/phpBB/phpbb/install/module/update_database/task/update_extensions.php index cb5cd90952..0a339f11e8 100644 --- a/phpBB/phpbb/install/module/update_database/task/update_extensions.php +++ b/phpBB/phpbb/install/module/update_database/task/update_extensions.php @@ -18,7 +18,6 @@ use phpbb\install\helper\config; use phpbb\install\helper\iohandler\iohandler_interface; use phpbb\install\helper\update_helper; use phpbb\install\task_base; -use Symfony\Component\Console\Input\ArgvInput; use Symfony\Component\Finder\Finder; /** |