diff --git a/apps/dav/lib/Connector/Sabre/Node.php b/apps/dav/lib/Connector/Sabre/Node.php index 505e6b5eda466..14ac7063ace4e 100644 --- a/apps/dav/lib/Connector/Sabre/Node.php +++ b/apps/dav/lib/Connector/Sabre/Node.php @@ -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 @@ public function setName($name) { $this->refreshInfo(); } - public function setPropertyCache($property_cache) { - $this->property_cache = $property_cache; - } - /** * Returns the last modification time, as a unix timestamp *