@@ -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 |
@@ -12,7 +12,6 @@ |
||
12 | 12 | |
13 | 13 | use Go\Aop\Advisor; |
14 | 14 | use Go\Aop\Aspect; |
15 | -use Go\Aop\Features; |
|
16 | 15 | use Go\Aop\Framework\AbstractJoinpoint; |
17 | 16 | use Go\Core\AdviceMatcher; |
18 | 17 | use Go\Core\AspectContainer; |