From d88e11413ac89ac2bfda303dd4ecaacef6dc8c0f Mon Sep 17 00:00:00 2001 From: David King Date: Sat, 20 Oct 2012 10:46:38 -0400 Subject: [PATCH] [feature/compiled-dic] Remove unused service definition PHPBB3-11152 --- phpBB/includes/functions.php | 1 - 1 file changed, 1 deletion(-) diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index 72c5a26bd5..d724374744 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -5438,7 +5438,6 @@ function phpbb_create_container(array $extensions, $phpbb_root_path, $phpEx) $container->loadFromExtension($extension->getAlias()); } - $container->set('container', $container); $container->setParameter('core.root_path', $phpbb_root_path); $container->setParameter('core.php_ext', $phpEx);