summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/files_sharing/lib/cache.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/files_sharing/lib/cache.php b/apps/files_sharing/lib/cache.php
index 88d6939012b..4dcdaa892ad 100644
--- a/apps/files_sharing/lib/cache.php
+++ b/apps/files_sharing/lib/cache.php
@@ -102,8 +102,4 @@ class Shared_Cache extends CacheJail {
public function clear() {
// Not a valid action for Shared Cache
}
-
- public function moveFromCache(\OCP\Files\Cache\ICache $sourceCache, $sourcePath, $targetPath) {
- parent::moveFromCache($sourceCache, $sourcePath, $this->storage->getSourcePath($targetPath));
- }
}