Browse Source

[TwigBundle] Remove use ContainerInterface - not used

alexandresalome 14 years ago
parent
commit
98755bc8a5
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/Symfony/Bundle/TwigBundle/Extension/CodeExtension.php

+ 0 - 1
src/Symfony/Bundle/TwigBundle/Extension/CodeExtension.php

@@ -11,7 +11,6 @@
 
 namespace Symfony\Bundle\TwigBundle\Extension;
 
-use Symfony\Component\DependencyInjection\ContainerInterface;
 use Symfony\Bundle\FrameworkBundle\Templating\Helper\CodeHelper;
 
 /**