InstanceId is properly injected into factory. Remove comment.

This commit is contained in:
Andreas Fischer 2014-07-29 11:03:10 +02:00
parent 29a3f1e2af
commit da391b8932
1 changed files with 0 additions and 2 deletions

View File

@ -478,8 +478,6 @@ class OC {
self::initPaths();
if (OC_Config::getValue('instanceid', false)) {
// \OC\Memcache\Cache has a hidden dependency on
// OC_Util::getInstanceId() for namespacing. See #5409.
try {
self::$loader->setMemoryCache(\OC\Memcache\Factory::createLowLatency('Autoloader'));
} catch (\Exception $ex) {