From 9335a5f07f667ae5c917cc1ee065bceecdb65795 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Mon, 16 Jun 2014 18:59:44 +0200 Subject: [PATCH] remove duplicate method --- lib/private/files/objectstore/abstractobjectstore.php | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/lib/private/files/objectstore/abstractobjectstore.php b/lib/private/files/objectstore/abstractobjectstore.php index db4c398018e..de82003f0e8 100644 --- a/lib/private/files/objectstore/abstractobjectstore.php +++ b/lib/private/files/objectstore/abstractobjectstore.php @@ -69,17 +69,6 @@ abstract class AbstractObjectStore extends \OC\Files\Storage\Common { } } - /** - * @param string $path - * @return \OC\Files\Cache\Cache - */ - public function getCache($path = '') { - if (!isset($this->cache)) { - $this->cache = new \OC\Files\Cache\Cache($this); - } - return $this->cache; - } - /** * Object Stores use a NoopScanner because metadata is directly stored in * the file cache and cannot really scan the filesystem -- 2.39.5