remove unused getter

This commit is contained in:
Robin Appelman 2014-08-03 16:25:56 +02:00
commit 5ab73b1afd

View file

@ -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) {