Browse Source

removed obsolete use-statement

Martin Schuhfuss 14 years ago
parent
commit
9112d8c2d3
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/Symfony/Component/DependencyInjection/ContainerAware.php

+ 0 - 2
src/Symfony/Component/DependencyInjection/ContainerAware.php

@@ -11,8 +11,6 @@
 
 namespace Symfony\Component\DependencyInjection;
 
-use Symfony\Component\DependencyInjection\ContainerInterface;
-
 /**
  * A simple implementation of ContainerAwareInterface.
  *