@@ -11,8 +11,6 @@ |
||
| 11 | 11 | namespace Go\Aop\Pointcut; |
| 12 | 12 | |
| 13 | 13 | use Go\Aop\Pointcut; |
| 14 | -use Go\Aop\PointFilter; |
|
| 15 | -use Go\Aop\Support\TruePointFilter; |
|
| 16 | 14 | |
| 17 | 15 | /** |
| 18 | 16 | * Signature method pointcut checks method signature (modifiers and name) to match it |
@@ -16,7 +16,6 @@ |
||
| 16 | 16 | use Go\Aop\Pointcut\PointcutLexer; |
| 17 | 17 | use Go\Aop\Pointcut\PointcutGrammar; |
| 18 | 18 | use Go\Aop\Pointcut\PointcutParser; |
| 19 | -use Go\Instrument\RawAnnotationReader; |
|
| 20 | 19 | use Go\Instrument\ClassLoading\CachePathManager; |
| 21 | 20 | use Doctrine\Common\Annotations\AnnotationReader; |
| 22 | 21 | |
@@ -18,7 +18,6 @@ |
||
| 18 | 18 | use Go\Core\AspectKernel; |
| 19 | 19 | use Go\Core\AspectLoader; |
| 20 | 20 | use Go\Instrument\ClassLoading\CachePathManager; |
| 21 | -use Go\Instrument\CleanableMemory; |
|
| 22 | 21 | use Go\ParserReflection\ReflectionFile; |
| 23 | 22 | use Go\ParserReflection\ReflectionFileNamespace; |
| 24 | 23 | use Go\Proxy\ClassProxy; |