mirror of
https://github.com/nextcloud/server.git
synced 2026-03-23 02:43:21 -04:00
Merge pull request #55578 from nextcloud/carl/dead-code-sabre-node
This commit is contained in:
commit
e67fe86c9d
1 changed files with 0 additions and 11 deletions
|
|
@ -32,13 +32,6 @@ abstract class Node implements \Sabre\DAV\INode {
|
|||
*/
|
||||
protected $path;
|
||||
|
||||
/**
|
||||
* node properties cache
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
protected $property_cache = null;
|
||||
|
||||
protected FileInfo $info;
|
||||
|
||||
/**
|
||||
|
|
@ -140,10 +133,6 @@ abstract class Node implements \Sabre\DAV\INode {
|
|||
$this->refreshInfo();
|
||||
}
|
||||
|
||||
public function setPropertyCache($property_cache) {
|
||||
$this->property_cache = $property_cache;
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the last modification time, as a unix timestamp
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in a new issue