@@ -2,13 +2,10 @@ |
||
2 | 2 | |
3 | 3 | use SMW\Query\Language\ClassDescription; |
4 | 4 | use SMW\Query\Language\ConceptDescription; |
5 | -use SMW\Query\Language\Conjunction; |
|
6 | 5 | use SMW\Query\Language\Description; |
7 | -use SMW\Query\Language\Disjunction; |
|
8 | 6 | use SMW\Query\Language\NamespaceDescription; |
9 | 7 | use SMW\Query\Language\SomeProperty; |
10 | 8 | use SMW\Query\Language\ThingDescription; |
11 | -use SMW\Query\Language\ValueDescription; |
|
12 | 9 | use SMW\Query\Parser\DescriptionProcessor; |
13 | 10 | |
14 | 11 | /** |
@@ -3,7 +3,6 @@ discard block |
||
3 | 3 | namespace SMW\Tests; |
4 | 4 | |
5 | 5 | use SMW\Tests\Utils\UtilityFactory; |
6 | - |
|
7 | 6 | use SMW\SubobjectParserFunction; |
8 | 7 | use SMW\Subobject; |
9 | 8 | use SMW\ParserParameterFormatter; |
@@ -11,8 +10,6 @@ discard block |
||
11 | 10 | use SMW\ParserData; |
12 | 11 | use SMW\DIProperty; |
13 | 12 | use SMW\Localizer; |
14 | - |
|
15 | -use SMWDataItem; |
|
16 | 13 | use Title; |
17 | 14 | use ParserOutput; |
18 | 15 |
@@ -5,7 +5,6 @@ |
||
5 | 5 | use SMW\SPARQLStore\QueryEngine\QueryEngine; |
6 | 6 | use SMW\SPARQLStore\QueryEngine\EngineOptions; |
7 | 7 | use SMW\SPARQLStore\QueryEngine\QueryResultFactory; |
8 | -use SMW\DIProperty; |
|
9 | 8 | use SMWQuery as Query; |
10 | 9 | |
11 | 10 | /** |
@@ -5,7 +5,6 @@ |
||
5 | 5 | use SMW\SPARQLStore\QueryEngine\QueryEngine; |
6 | 6 | use SMW\SPARQLStore\QueryEngine\EngineOptions; |
7 | 7 | use SMW\SPARQLStore\QueryEngine\QueryResultFactory; |
8 | -use SMW\DIProperty; |
|
9 | 8 | use SMWQuery as Query; |
10 | 9 | |
11 | 10 | /** |
@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use SMWDataItem; |
6 | 6 | use SMWDIUri; |
7 | -use SMWLanguage; |
|
8 | 7 | use InvalidArgumentException; |
9 | 8 | use RuntimeException; |
10 | 9 |
@@ -5,7 +5,6 @@ |
||
5 | 5 | use SMWDataItem; |
6 | 6 | use SMWDIError; |
7 | 7 | use SMWErrorValue as ErrorValue; |
8 | -use SMWPropertyValue; |
|
9 | 8 | use SMWDataValue as DataValue; |
10 | 9 | |
11 | 10 | /** |
@@ -5,7 +5,6 @@ |
||
5 | 5 | use SMW\SPARQLStore\QueryEngine\QueryEngine; |
6 | 6 | use SMW\SPARQLStore\QueryEngine\EngineOptions; |
7 | 7 | use SMW\SPARQLStore\QueryEngine\QueryResultFactory; |
8 | -use SMW\DIProperty; |
|
9 | 8 | use SMWQuery as Query; |
10 | 9 | |
11 | 10 | /** |
@@ -3,9 +3,7 @@ |
||
3 | 3 | namespace SMW\DataValues\ValueParsers; |
4 | 4 | |
5 | 5 | use SMW\DataValues\MonolingualTextValue; |
6 | -use SMW\DataValueFactory; |
|
7 | 6 | use SMW\Localizer; |
8 | -use SMWDataValue as DataValue; |
|
9 | 7 | |
10 | 8 | /** |
11 | 9 | * @private |
@@ -5,7 +5,6 @@ |
||
5 | 5 | use ApiBase; |
6 | 6 | use SMW\ApplicationFactory; |
7 | 7 | use SMW\NamespaceUriFinder; |
8 | -use SMW\PropertySpecificationLookup; |
|
9 | 8 | |
10 | 9 | /** |
11 | 10 | * @license GNU GPL v2+ |