mirror of
https://codeberg.org/icewind/SMB.git
synced 2026-06-03 17:24:07 +02:00
remove unused function
This commit is contained in:
parent
55236aaef3
commit
de268fd597
1 changed files with 0 additions and 7 deletions
|
|
@ -82,11 +82,4 @@ class ServerFactory {
|
||||||
|
|
||||||
throw new DependencyException('No valid backend available, ensure smbclient is in the path or php-smbclient is installed');
|
throw new DependencyException('No valid backend available, ensure smbclient is in the path or php-smbclient is installed');
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* @return System
|
|
||||||
*/
|
|
||||||
private function getSystem() {
|
|
||||||
return $this->system;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue