aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/database_update.php
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2014-08-09 12:04:30 +0200
committerAndreas Fischer <bantu@phpbb.com>2014-08-09 12:04:30 +0200
commit336d7cd41a7c77b02c53a8c1752a1034846f7934 (patch)
treee3a908e111a518fa41bdc90ec9c60cd3b88d5c2e /phpBB/install/database_update.php
parentdeaa0a8c758acb14a1944c5d3c1fa24364f503c4 (diff)
downloadforums-336d7cd41a7c77b02c53a8c1752a1034846f7934.tar
forums-336d7cd41a7c77b02c53a8c1752a1034846f7934.tar.gz
forums-336d7cd41a7c77b02c53a8c1752a1034846f7934.tar.bz2
forums-336d7cd41a7c77b02c53a8c1752a1034846f7934.tar.xz
forums-336d7cd41a7c77b02c53a8c1752a1034846f7934.zip
[ticket/12940] Remove unused use statements.
PHPBB3-12940
Diffstat (limited to 'phpBB/install/database_update.php')
-rw-r--r--phpBB/install/database_update.php4
1 files changed, 0 insertions, 4 deletions
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
*/