summaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Config
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2022-03-03 16:36:58 +0100
committerRobin Appelman <robin@icewind.nl>2022-03-04 16:30:12 +0100
commit07a7dcb8249c9e25ea7a702e8c932520e2b32de6 (patch)
tree5334df0f67d810eaf733a713d8ae8545e1b5d4fc /lib/private/Files/Config
parentd81713e5c10baf8e14f9a8c4906d0255b18cbb1f (diff)
downloadnextcloud-server-07a7dcb8249c9e25ea7a702e8c932520e2b32de6.tar.gz
nextcloud-server-07a7dcb8249c9e25ea7a702e8c932520e2b32de6.zip
move user mountpoint setup to setupmanager
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'lib/private/Files/Config')
-rw-r--r--lib/private/Files/Config/MountProviderCollection.php10
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/private/Files/Config/MountProviderCollection.php b/lib/private/Files/Config/MountProviderCollection.php
index 2ca53d385cf..cd8a2a2e29f 100644
--- a/lib/private/Files/Config/MountProviderCollection.php
+++ b/lib/private/Files/Config/MountProviderCollection.php
@@ -184,16 +184,6 @@ class MountProviderCollection implements IMountProviderCollection, Emitter {
}
/**
- * Cache mounts for user
- *
- * @param IUser $user
- * @param IMountPoint[] $mountPoints
- */
- public function registerMounts(IUser $user, array $mountPoints) {
- $this->mountCache->registerMounts($user, $mountPoints);
- }
-
- /**
* Get the mount cache which can be used to search for mounts without setting up the filesystem
*
* @return IUserMountCache