Merge remote branch 'lsmith77/doctrinebundle'

* lsmith77/doctrinebundle:
  removed superfluous use statement
This commit is contained in:
Fabien Potencier 2011-03-08 14:30:20 +01:00
commit f5ef015a75

View File

@ -11,7 +11,6 @@
namespace Symfony\Bundle\DoctrineBundle; namespace Symfony\Bundle\DoctrineBundle;
use Symfony\Bundle\DoctrineBundle\DependencyInjection\Compiler\CreateProxyDirectoryPass;
use Symfony\Component\DependencyInjection\Compiler\PassConfig; use Symfony\Component\DependencyInjection\Compiler\PassConfig;
use Symfony\Bundle\DoctrineBundle\DependencyInjection\Compiler\RegisterEventListenersAndSubscribersPass; use Symfony\Bundle\DoctrineBundle\DependencyInjection\Compiler\RegisterEventListenersAndSubscribersPass;
use Symfony\Component\DependencyInjection\ContainerBuilder; use Symfony\Component\DependencyInjection\ContainerBuilder;