mirror of
https://codeberg.org/icewind/SMB.git
synced 2026-06-03 17:24:07 +02:00
remove unused getter
This commit is contained in:
parent
62fd1514db
commit
5ab73b1afd
1 changed files with 0 additions and 7 deletions
|
|
@ -22,13 +22,6 @@ class NativeState {
|
|||
|
||||
protected $connected = false;
|
||||
|
||||
/**
|
||||
* @return resource
|
||||
*/
|
||||
public function getState() {
|
||||
return $this->state;
|
||||
}
|
||||
|
||||
protected function handleError() {
|
||||
$error = smbclient_state_errno($this->state);
|
||||
switch ($error) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue