From f29ddad5ba81975d2501cfd10ebe77a69aa0747a Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Tue, 26 Apr 2011 15:38:09 +0200 Subject: [PATCH] removed unused file --- .../Form/ContainerAwareTypeLoader.php | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 src/Symfony/Bundle/FrameworkBundle/Form/ContainerAwareTypeLoader.php diff --git a/src/Symfony/Bundle/FrameworkBundle/Form/ContainerAwareTypeLoader.php b/src/Symfony/Bundle/FrameworkBundle/Form/ContainerAwareTypeLoader.php deleted file mode 100644 index 18122788f1..0000000000 --- a/src/Symfony/Bundle/FrameworkBundle/Form/ContainerAwareTypeLoader.php +++ /dev/null @@ -1,17 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -namespace Symfony\Bundle\FrameworkBundle\Form; - - -class ContainerAwareTypeLoader implements TypeLoaderInterface -{ -} \ No newline at end of file