@@ -20,10 +20,8 @@ |
||
20 | 20 | namespace Doctrine\Common\Cache; |
21 | 21 | |
22 | 22 | use Basho\Riak; |
23 | -use Basho\Riak\Bucket; |
|
24 | 23 | use Basho\Riak\Command; |
25 | 24 | use Basho\Riak\Exception as RiakException; |
26 | -use Basho\Riak\Location; |
|
27 | 25 | use Basho\Riak\Object; |
28 | 26 | |
29 | 27 | /** |
@@ -3,10 +3,8 @@ |
||
3 | 3 | namespace Doctrine\Tests\Common\Cache; |
4 | 4 | |
5 | 5 | use Basho\Riak; |
6 | -use Basho\Riak\Bucket; |
|
7 | 6 | use Basho\Riak\Command; |
8 | 7 | use Basho\Riak\Exception as RiakException; |
9 | -use Basho\Riak\Location; |
|
10 | 8 | use Basho\Riak\Node; |
11 | 9 | use Doctrine\Common\Cache\RiakCache; |
12 | 10 |