@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use Pinq\Analysis\BinaryOperations\BinaryOperation; |
6 | 6 | use Pinq\Analysis\TypeOperations\TypeOperation; |
7 | -use Pinq\Expressions\Operators; |
|
8 | 7 | |
9 | 8 | /** |
10 | 9 | * Base class of the type system. |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace Pinq\Providers\DSL\Compilation\Processors\Expression; |
4 | 4 | |
5 | 5 | use Pinq\Expressions\ExpressionWalker; |
6 | -use Pinq\Queries; |
|
7 | 6 | use Pinq\Queries\Functions\IFunction; |
8 | 7 | |
9 | 8 | /** |
@@ -5,7 +5,6 @@ |
||
5 | 5 | use Pinq\Expressions as O; |
6 | 6 | use Pinq\Iterators\IIteratorScheme; |
7 | 7 | use Pinq\Queries\Requests; |
8 | -use Pinq\Queries\Segments; |
|
9 | 8 | |
10 | 9 | /** |
11 | 10 | * The standard queryable class, fully implements the queryable API |
@@ -8,7 +8,6 @@ |
||
8 | 8 | use Pinq\Parsing\InvalidFunctionException; |
9 | 9 | use Pinq\Parsing\ParserBase; |
10 | 10 | use PhpParser; |
11 | -use Pinq\Parsing\Resolvers\FunctionMagicResolver; |
|
12 | 11 | |
13 | 12 | /** |
14 | 13 | * Function parser implementation utilising nikic\PHP-Parser to |