remove unused function

This commit is contained in:
Robin Appelman 2018-07-13 11:52:34 +02:00
commit de268fd597

View file

@ -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;
}
} }