aboutsummaryrefslogtreecommitdiffstats
path: root/lib/util.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/util.php')
-rw-r--r--lib/util.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/util.php b/lib/util.php
index b20e8e69e73..e010a572e3a 100644
--- a/lib/util.php
+++ b/lib/util.php
@@ -49,11 +49,6 @@ class OC_Util {
$quotaProxy=new OC_FileProxy_Quota();
OC_FileProxy::register($quotaProxy);
self::$fsSetup=true;
-
- //create the file cache if necesary
- if(!OC_FileCache::inCache('')){
- OC_FileCache::scan('');
- }
}
}