[ticket/14492] Remove unused use statement

PHPBB3-14492
This commit is contained in:
Marc Alexander 2016-03-02 22:00:08 +01:00
parent d62d35ad46
commit fd37919ecb
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -18,7 +18,6 @@ use phpbb\install\helper\config;
use phpbb\install\helper\iohandler\iohandler_interface; use phpbb\install\helper\iohandler\iohandler_interface;
use phpbb\install\helper\update_helper; use phpbb\install\helper\update_helper;
use phpbb\install\task_base; use phpbb\install\task_base;
use Symfony\Component\Console\Input\ArgvInput;
use Symfony\Component\Finder\Finder; use Symfony\Component\Finder\Finder;
/** /**