@@ -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 |