summaryrefslogtreecommitdiffstats
path: root/lib/private/files/objectstore/homeobjectstorestorage.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/private/files/objectstore/homeobjectstorestorage.php')
-rw-r--r--lib/private/files/objectstore/homeobjectstorestorage.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/private/files/objectstore/homeobjectstorestorage.php b/lib/private/files/objectstore/homeobjectstorestorage.php
index 947fc496b20..14fc604a7f0 100644
--- a/lib/private/files/objectstore/homeobjectstorestorage.php
+++ b/lib/private/files/objectstore/homeobjectstorestorage.php
@@ -34,12 +34,6 @@ class HomeObjectStoreStorage extends ObjectStoreStorage implements \OCP\Files\IH
}
$this->user = $params['user'];
parent::__construct($params);
-
-
- //initialize cache with root directory in cache
- if ( ! $this->is_dir('files') ) {
- $this->mkdir('files');
- }
}
public function getId () {