Explorar el Código

removed obsolete use-statement

Martin Schuhfuss hace 14 años
padre
commit
9112d8c2d3
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  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.
  *