Completed
Push — master ( b623cc...81ff03 )
by Robin
03:26
created
src/Wrapped/Share.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@  discard block
 block discarded – undo
8 8
 namespace Icewind\SMB\Wrapped;
9 9
 
10 10
 use Icewind\SMB\AbstractShare;
11
-use Icewind\SMB\ACL;
12 11
 use Icewind\SMB\Exception\AlreadyExistsException;
13 12
 use Icewind\SMB\Exception\AuthenticationException;
14 13
 use Icewind\SMB\Exception\ConnectionException;
@@ -23,8 +22,6 @@  discard block
 block discarded – undo
23 22
 use Icewind\SMB\IServer;
24 23
 use Icewind\SMB\ISystem;
25 24
 use Icewind\Streams\CallbackWrapper;
26
-use Icewind\SMB\Native\NativeShare;
27
-use Icewind\SMB\Native\NativeServer;
28 25
 
29 26
 class Share extends AbstractShare {
30 27
 	/**
Please login to merge, or discard this patch.