minor #22640 [TwigBundle] Remove unecessary use to make fabbot happy (ogizanagi)

This PR was merged into the 3.3-dev branch.

Discussion
----------

[TwigBundle] Remove unecessary use to make fabbot happy

| Q             | A
| ------------- | ---
| Branch?       | 3.3
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | N/A
| License       | MIT
| Doc PR        | N/A

Commits
-------

044cbaf1e1 [TwigBundle] Remove unecessary use to make fabbot happy
This commit is contained in:
Fabien Potencier 2017-05-04 18:14:33 -07:00
commit 51ad8cb9d6

View File

@ -13,7 +13,6 @@ namespace Symfony\Bundle\TwigBundle\DependencyInjection;
use Symfony\Bridge\Twig\Extension\WebLinkExtension;
use Symfony\Component\Config\FileLocator;
use Symfony\Component\DependencyInjection\ChildDefinition;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\DependencyInjection\Reference;
use Symfony\Component\DependencyInjection\Loader\XmlFileLoader;