1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-23 01:51:31 +02:00

[ticket/12940] Remove unused use statements.

PHPBB3-12940
This commit is contained in:
Andreas Fischer
2014-08-09 12:04:30 +02:00
parent deaa0a8c75
commit 336d7cd41a
3 changed files with 0 additions and 12 deletions

View File

@@ -11,10 +11,6 @@
* *
*/ */
use Symfony\Component\Config\FileLocator;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\DependencyInjection\Loader\YamlFileLoader;
/** /**
* @ignore * @ignore
*/ */

View File

@@ -13,10 +13,6 @@
$update_start_time = time(); $update_start_time = time();
use Symfony\Component\Config\FileLocator;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\DependencyInjection\Loader\YamlFileLoader;
/** /**
* @ignore * @ignore
*/ */

View File

@@ -11,10 +11,6 @@
* *
*/ */
use Symfony\Component\Config\FileLocator;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\DependencyInjection\Loader\YamlFileLoader;
/**#@+ /**#@+
* @ignore * @ignore
*/ */