mirror of
https://codeberg.org/icewind/SMB.git
synced 2026-06-03 17:24:07 +02:00
remove unused code
This commit is contained in:
parent
00f74274a3
commit
f444b7c138
2 changed files with 0 additions and 69 deletions
|
|
@ -312,20 +312,6 @@ class NativeShare implements IShare {
|
|||
return NativeStream::wrap($this->state, $handle, 'w');
|
||||
}
|
||||
|
||||
/**
|
||||
* List the available extended attributes for the path (returns a fixed list)
|
||||
*
|
||||
* @param string $path
|
||||
* @return array list the available attributes for the path
|
||||
*/
|
||||
public function listAttributes($path) {
|
||||
$this->connect();
|
||||
self::registerErrorHandler();
|
||||
$result = smbclient_listxattr($this->state, $this->buildUrl($path));
|
||||
self::restoreErrorHandler();
|
||||
return $result;
|
||||
}
|
||||
|
||||
/**
|
||||
* Get extended attributes for the path
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue