@@ -3,10 +3,8 @@ |
||
| 3 | 3 | namespace POData; |
| 4 | 4 | |
| 5 | 5 | use POData\Configuration\IServiceConfiguration; |
| 6 | -use POData\Configuration\ServiceConfiguration; |
|
| 7 | 6 | use POData\Configuration\EntitySetRights; |
| 8 | 7 | use POData\ObjectModel\IObjectSerialiser; |
| 9 | -use POData\ObjectModel\ObjectModelSerializer; |
|
| 10 | 8 | use POData\OperationContext\ServiceHost; |
| 11 | 9 | use POData\Providers\Stream\IStreamProvider; |
| 12 | 10 | use POData\Providers\Metadata\IMetadataProvider; |
@@ -4,7 +4,6 @@ |
||
| 4 | 4 | use DOMXPath; |
| 5 | 5 | use DOMDocument; |
| 6 | 6 | use ReflectionClass; |
| 7 | -use ReflectionProperty; |
|
| 8 | 7 | |
| 9 | 8 | class AtomODataReader |
| 10 | 9 | { |