Completed
Pull Request — master (#1788)
by Jan-Christoph
14:10
created
lib/private/Files/Config/UserMountCache.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -24,14 +24,11 @@
 block discarded – undo
24 24
 
25 25
 namespace OC\Files\Config;
26 26
 
27
-use Doctrine\DBAL\Exception\UniqueConstraintViolationException;
28
-use OC\Files\Filesystem;
29 27
 use OCA\Files_Sharing\SharedMount;
30 28
 use OCP\DB\QueryBuilder\IQueryBuilder;
31 29
 use OCP\Files\Config\ICachedMountInfo;
32 30
 use OCP\Files\Config\IUserMountCache;
33 31
 use OCP\Files\Mount\IMountPoint;
34
-use OCP\Files\Node;
35 32
 use OCP\Files\NotFoundException;
36 33
 use OCP\ICache;
37 34
 use OCP\IDBConnection;
Please login to merge, or discard this patch.