Skip to content

Commit e67fe86

Browse files
Merge pull request #55578 from nextcloud/carl/dead-code-sabre-node
2 parents b12b38b + 3004f62 commit e67fe86

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

apps/dav/lib/Connector/Sabre/Node.php

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,6 @@ abstract class Node implements \Sabre\DAV\INode {
3232
*/
3333
protected $path;
3434

35-
/**
36-
* node properties cache
37-
*
38-
* @var array
39-
*/
40-
protected $property_cache = null;
41-
4235
protected FileInfo $info;
4336

4437
/**
@@ -140,10 +133,6 @@ public function setName($name) {
140133
$this->refreshInfo();
141134
}
142135

143-
public function setPropertyCache($property_cache) {
144-
$this->property_cache = $property_cache;
145-
}
146-
147136
/**
148137
* Returns the last modification time, as a unix timestamp
149138
*

0 commit comments

Comments
 (0)