From 0e72d8ab46c517d2316694d47be20dab77b93b47 Mon Sep 17 00:00:00 2001 From: Lukas Kahwe Smith Date: Tue, 8 Mar 2011 13:18:46 +0100 Subject: [PATCH] removed superfluous use statement --- DoctrineBundle.php | 1 - 1 file changed, 1 deletion(-) diff --git a/DoctrineBundle.php b/DoctrineBundle.php index 29c4587bd..0e15ad3af 100644 --- a/DoctrineBundle.php +++ b/DoctrineBundle.php @@ -11,7 +11,6 @@ namespace Symfony\Bundle\DoctrineBundle; -use Symfony\Bundle\DoctrineBundle\DependencyInjection\Compiler\CreateProxyDirectoryPass; use Symfony\Component\DependencyInjection\Compiler\PassConfig; use Symfony\Bundle\DoctrineBundle\DependencyInjection\Compiler\RegisterEventListenersAndSubscribersPass; use Symfony\Component\DependencyInjection\ContainerBuilder;