Merge pull request #55578 from nextcloud/carl/dead-code-sabre-node

This commit is contained in:
Kate 2025-10-07 09:55:37 +02:00 committed by GitHub
commit e67fe86c9d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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