remove unused code

This commit is contained in:
Robin Appelman 2014-07-31 16:44:41 +02:00
commit f444b7c138
2 changed files with 0 additions and 69 deletions

View file

@ -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
*