Selaa lähdekoodia

removed obsolete use-statement

Martin Schuhfuss 14 vuotta sitten
vanhempi
commit
9112d8c2d3
1 muutettua tiedostoa jossa 0 lisäystä ja 2 poistoa
  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.
  *