diff options
author | Dhruv Goel <dhruv.goel92@gmail.com> | 2014-08-09 12:14:57 +0200 |
---|---|---|
committer | Dhruv Goel <dhruv.goel92@gmail.com> | 2014-08-09 12:14:57 +0200 |
commit | 1351a1fe8060efa102f2c4cbd1f7ebe5a0fe7c02 (patch) | |
tree | 27099e19a4527b71d6d7a2342a152f72b6e9ec66 /phpBB | |
parent | 7a016572bdc57d46624042abdbb47195033aaea6 (diff) | |
parent | 336d7cd41a7c77b02c53a8c1752a1034846f7934 (diff) | |
download | forums-1351a1fe8060efa102f2c4cbd1f7ebe5a0fe7c02.tar forums-1351a1fe8060efa102f2c4cbd1f7ebe5a0fe7c02.tar.gz forums-1351a1fe8060efa102f2c4cbd1f7ebe5a0fe7c02.tar.bz2 forums-1351a1fe8060efa102f2c4cbd1f7ebe5a0fe7c02.tar.xz forums-1351a1fe8060efa102f2c4cbd1f7ebe5a0fe7c02.zip |
Merge pull request #2843 from bantu/ticket/12940
[ticket/12940] Remove unused use statements.
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/download/file.php | 4 | ||||
-rw-r--r-- | phpBB/install/database_update.php | 4 | ||||
-rw-r--r-- | phpBB/install/index.php | 4 |
3 files changed, 0 insertions, 12 deletions
diff --git a/phpBB/download/file.php b/phpBB/download/file.php index d4e0f04d2b..a521f413ed 100644 --- a/phpBB/download/file.php +++ b/phpBB/download/file.php @@ -11,10 +11,6 @@ * */ -use Symfony\Component\Config\FileLocator; -use Symfony\Component\DependencyInjection\ContainerBuilder; -use Symfony\Component\DependencyInjection\Loader\YamlFileLoader; - /** * @ignore */ diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php index 517143792a..6a91033dbb 100644 --- a/phpBB/install/database_update.php +++ b/phpBB/install/database_update.php @@ -13,10 +13,6 @@ $update_start_time = time(); -use Symfony\Component\Config\FileLocator; -use Symfony\Component\DependencyInjection\ContainerBuilder; -use Symfony\Component\DependencyInjection\Loader\YamlFileLoader; - /** * @ignore */ diff --git a/phpBB/install/index.php b/phpBB/install/index.php index d443c537fa..395aff6c7d 100644 --- a/phpBB/install/index.php +++ b/phpBB/install/index.php @@ -11,10 +11,6 @@ * */ -use Symfony\Component\Config\FileLocator; -use Symfony\Component\DependencyInjection\ContainerBuilder; -use Symfony\Component\DependencyInjection\Loader\YamlFileLoader; - /**#@+ * @ignore */ |