소스 검색

[WebProfilerBundle] Remove useless use clause

Victor Berchet 14 년 전
부모
커밋
5308a5c4f5
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/Symfony/Bundle/WebProfilerBundle/WebDebugToolbarListener.php

+ 0 - 1
src/Symfony/Bundle/WebProfilerBundle/WebDebugToolbarListener.php

@@ -13,7 +13,6 @@ namespace Symfony\Bundle\WebProfilerBundle;
 
 use Symfony\Component\HttpFoundation\Request;
 use Symfony\Component\HttpFoundation\Response;
-use Symfony\Bundle\FrameworkBundle\HttpKernel;
 use Symfony\Component\HttpKernel\HttpKernelInterface;
 use Symfony\Component\HttpKernel\Event\FilterResponseEvent;
 use Symfony\Bundle\TwigBundle\TwigEngine;