浏览代码

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;