@@ -27,7 +27,6 @@ |
||
27 | 27 | namespace OC\Files\Storage; |
28 | 28 | |
29 | 29 | use OC\Files\Cache\HomePropagator; |
30 | -use OCP\Files\NotFoundException; |
|
31 | 30 | |
32 | 31 | /** |
33 | 32 | * Specialized version of Local storage for home directory usage |
@@ -41,7 +41,6 @@ |
||
41 | 41 | |
42 | 42 | use OC\Files\Storage\Wrapper\Jail; |
43 | 43 | use OCP\Files\ForbiddenException; |
44 | -use OCP\Files\NotFoundException; |
|
45 | 44 | use OCP\Files\Storage\IStorage; |
46 | 45 | |
47 | 46 | /** |