@@ -3,7 +3,6 @@ |
||
3 | 3 | use SMW\DataTypeRegistry; |
4 | 4 | use SMW\DIWikiPage; |
5 | 5 | use SMW\SQLStore\TableDefinition; |
6 | -use SMWDataItem as DataItem; |
|
7 | 6 | |
8 | 7 | /** |
9 | 8 | * Class to provide all basic read methods for SMWSQLStore3. |
@@ -13,8 +13,6 @@ |
||
13 | 13 | use SMW\Query\Language\SomeProperty; |
14 | 14 | use SMW\Query\Language\ThingDescription; |
15 | 15 | use SMW\Query\Language\ValueDescription; |
16 | -use SMW\Store; |
|
17 | -use SMWQuery as Query; |
|
18 | 16 | use SMWQueryResult as QueryResult; |
19 | 17 | |
20 | 18 | /** |
@@ -6,7 +6,6 @@ |
||
6 | 6 | use SMW\SPARQLStore\QueryEngine\Interpreter\ThingDescriptionInterpreter; |
7 | 7 | use SMW\SPARQLStore\QueryEngine\CompoundConditionBuilder; |
8 | 8 | use SMW\Query\Language\ThingDescription; |
9 | -use SMW\DIWikiPage; |
|
10 | 9 | use SMW\DIProperty; |
11 | 10 | |
12 | 11 | /** |
@@ -13,7 +13,6 @@ |
||
13 | 13 | use SMW\SQLStore\QueryEngine\Fulltext\SearchTableUpdater; |
14 | 14 | use SMW\SQLStore\QueryEngine\Fulltext\SearchTableRebuilder; |
15 | 15 | use Onoi\Tesa\SanitizerFactory; |
16 | -use SMW\SQLStore\TransitionalTableDiffStore; |
|
17 | 16 | |
18 | 17 | /** |
19 | 18 | * @license GNU GPL v2+ |
@@ -4,11 +4,9 @@ |
||
4 | 4 | |
5 | 5 | use SMW\DataValueFactory; |
6 | 6 | use SMW\DataValues\TelephoneUriValue; |
7 | -use SMWUriValue as UriValue; |
|
8 | 7 | use SMW\UrlEncoder; |
9 | 8 | use SMWNumberValue as NumberValue; |
10 | 9 | use SMWPropertyValue as PropertyValue; |
11 | -use SMWStringValue as TextValue; |
|
12 | 10 | |
13 | 11 | /** |
14 | 12 | * @license GNU GPL v2+ |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace SMW\Tests\SQLStore; |
4 | 4 | |
5 | 5 | use SMW\SQLStore\SQLStoreFactory; |
6 | -use SMW\Store; |
|
7 | 6 | use SMWSQLStore3; |
8 | 7 | |
9 | 8 | /** |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace SMW\Tests; |
4 | 4 | |
5 | 5 | use SMW\CacheFactory; |
6 | -use SMW\ApplicationFactory; |
|
7 | 6 | |
8 | 7 | /** |
9 | 8 | * @covers \SMW\CacheFactory |
@@ -12,7 +12,6 @@ |
||
12 | 12 | use SMWDataItem as DataItem; |
13 | 13 | use SMWDataValue as DataValue; |
14 | 14 | use SMWDIContainer as DIContainer; |
15 | -use SMWPropertyListValue as PropertyListValue; |
|
16 | 15 | |
17 | 16 | /** |
18 | 17 | * ReferenceValue allows to define additional DV to describe the state of a |
@@ -12,7 +12,6 @@ |
||
12 | 12 | use SMWDataItem as DataItem; |
13 | 13 | use SMWDataValue as DataValue; |
14 | 14 | use SMWDIContainer as DIContainer; |
15 | -use SMWPropertyListValue as PropertyListValue; |
|
16 | 15 | |
17 | 16 | /** |
18 | 17 | * ReferenceValue allows to define additional DV to describe the state of a |