remove unused method

This commit is contained in:
Robin Appelman 2020-03-24 19:19:18 +01:00
commit 5330edcc57

View file

@ -132,10 +132,6 @@ class NativeShare extends AbstractShare {
return '';
}
private function getStat($path) {
return $this->getState()->stat($this->buildUrl($path));
}
/**
* Create a folder on the share
*