Completed
Pull Request — master (#26608)
by
unknown
09:52
created
lib/private/Share/Share.php 1 patch
Unused Use Statements   -7 removed lines patch added patch discarded remove patch
@@ -42,14 +42,7 @@
 block discarded – undo
42 42
 namespace OC\Share;
43 43
 
44 44
 use OC\Files\Filesystem;
45
-use OC\Group\Group;
46
-use OCA\FederatedFileSharing\DiscoveryManager;
47
-use OCP\DB\QueryBuilder\IQueryBuilder;
48 45
 use OCP\IUser;
49
-use OCP\IUserSession;
50
-use OCP\IDBConnection;
51
-use OCP\IConfig;
52
-use Symfony\Component\EventDispatcher\GenericEvent;
53 46
 
54 47
 /**
55 48
  * This class provides the ability for apps to share their content between users.
Please login to merge, or discard this patch.