mirror of
https://codeberg.org/icewind/SMB.git
synced 2026-06-03 17:24:07 +02:00
remove unused method
This commit is contained in:
parent
4411326dde
commit
5330edcc57
1 changed files with 0 additions and 4 deletions
|
|
@ -132,10 +132,6 @@ class NativeShare extends AbstractShare {
|
||||||
return '';
|
return '';
|
||||||
}
|
}
|
||||||
|
|
||||||
private function getStat($path) {
|
|
||||||
return $this->getState()->stat($this->buildUrl($path));
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Create a folder on the share
|
* Create a folder on the share
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue