Browse Source

Avoided unused use statement

Marc 11 years ago
parent
commit
cd4112f8cd
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Service/GearmanParser.php

+ 0 - 1
Service/GearmanParser.php

@@ -12,7 +12,6 @@ namespace Mmoreram\GearmanBundle\Service;
 use Symfony\Component\Finder\Finder;
 use Symfony\Component\HttpKernel\KernelInterface;
 use Doctrine\Common\Annotations\Reader;
-use Doctrine\Common\Annotations\AnnotationRegistry;
 use ReflectionClass;
 
 use Mmoreram\GearmanBundle\Module\WorkerCollection;