@@ -8,7 +8,6 @@ |
||
8 | 8 | use Symfony\Component\HttpKernel\DataCollector\DataCollector; |
9 | 9 | use Symfony\Component\HttpFoundation\Request; |
10 | 10 | use Symfony\Component\HttpFoundation\Response; |
11 | -use Symfony\Component\DependencyInjection\ContainerAwareInterface; |
|
12 | 11 | use Symfony\Component\DependencyInjection\ContainerInterface; |
13 | 12 | use Doctrine\Common\Persistence\ManagerRegistry; |
14 | 13 | use Jns\Bundle\XhprofBundle\Document\XhguiRuns as XhguiRuns_Document; |
@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use Symfony\Component\Config\Definition\Builder\TreeBuilder; |
6 | 6 | use Symfony\Component\Config\Definition\ConfigurationInterface; |
7 | -use Symfony\Component\Config\Definition\NodeInterface; |
|
8 | 7 | |
9 | 8 | /** |
10 | 9 | * This class contains the configuration information for the bundle |