aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDhruv <dhruv.goel92@gmail.com>2014-08-09 13:04:32 +0200
committerDhruv <dhruv.goel92@gmail.com>2014-08-09 13:04:32 +0200
commit9d8398d41bc7117366bbd9911f90fabbd624729d (patch)
tree914da9d4820fe057bfcc3ca95037b0dcf270a6e0
parentd497104671834c4f9e37453379a072a3ef602954 (diff)
parent1351a1fe8060efa102f2c4cbd1f7ebe5a0fe7c02 (diff)
downloadforums-9d8398d41bc7117366bbd9911f90fabbd624729d.tar
forums-9d8398d41bc7117366bbd9911f90fabbd624729d.tar.gz
forums-9d8398d41bc7117366bbd9911f90fabbd624729d.tar.bz2
forums-9d8398d41bc7117366bbd9911f90fabbd624729d.tar.xz
forums-9d8398d41bc7117366bbd9911f90fabbd624729d.zip
Merge branch 'develop-ascraeus' into develop
# By Andreas Fischer # Via Andreas Fischer (1) and Dhruv Goel (1) * develop-ascraeus: [ticket/12940] Remove unused use statements.
-rw-r--r--phpBB/download/file.php4
-rw-r--r--phpBB/install/database_update.php4
-rw-r--r--phpBB/install/index.php4
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
*/