aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Mount/CacheMountProvider.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/private/Files/Mount/CacheMountProvider.php')
-rw-r--r--lib/private/Files/Mount/CacheMountProvider.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/private/Files/Mount/CacheMountProvider.php b/lib/private/Files/Mount/CacheMountProvider.php
index 27c7eec9da3..44b3f6a63f0 100644
--- a/lib/private/Files/Mount/CacheMountProvider.php
+++ b/lib/private/Files/Mount/CacheMountProvider.php
@@ -30,13 +30,6 @@ class CacheMountProvider implements IMountProvider {
$this->config = $config;
}
- /**
- * Get the cache mount for a user
- *
- * @param IUser $user
- * @param IStorageFactory $loader
- * @return \OCP\Files\Mount\IMountPoint[]
- */
public function getMountsForUser(IUser $user, IStorageFactory $loader) {
$cacheBaseDir = $this->config->getSystemValueString('cache_path', '');
if ($cacheBaseDir !== '') {