ソースを参照

Avoided unused use statements

Marc 11 年 前
コミット
ec7875c1f0
2 ファイル変更0 行追加13 行削除
  1. 0 10
      Service/GearmanCacheWrapper.php
  2. 0 3
      Service/GearmanParser.php

+ 0 - 10
Service/GearmanCacheWrapper.php

@@ -9,19 +9,9 @@
 
 namespace Mmoreram\GearmanBundle\Service;
 
-use Symfony\Component\Finder\Finder;
-use Symfony\Component\HttpKernel\KernelInterface;
 use Symfony\Component\HttpKernel\CacheClearer\CacheClearerInterface;
 use Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerInterface;
-use Doctrine\Common\Annotations\Reader;
-use Doctrine\Common\Annotations\AnnotationRegistry;
 use Doctrine\Common\Cache\Cache;
-use Doctrine\Common\Annotations\SimpleAnnotationReader;
-use ReflectionClass;
-
-use Mmoreram\GearmanBundle\Module\WorkerCollection;
-use Mmoreram\GearmanBundle\Module\WorkerClass as Worker;
-use Mmoreram\GearmanBundle\Driver\Gearman\Work as WorkAnnotation;
 
 /**
  * Gearman cache loader class

+ 0 - 3
Service/GearmanParser.php

@@ -11,11 +11,8 @@ namespace Mmoreram\GearmanBundle\Service;
 
 use Symfony\Component\Finder\Finder;
 use Symfony\Component\HttpKernel\KernelInterface;
-use Symfony\Component\HttpKernel\CacheClearer\CacheClearerInterface;
-use Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerInterface;
 use Doctrine\Common\Annotations\Reader;
 use Doctrine\Common\Annotations\AnnotationRegistry;
-use Doctrine\Common\Cache\Cache;
 use ReflectionClass;
 
 use Mmoreram\GearmanBundle\Module\WorkerCollection;