[Pkg-owncloud-commits] [owncloud] 22/273: remove duplicate method
David Prévot
taffit at moszumanska.debian.org
Fri Jul 4 03:12:53 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit 9335a5f07f667ae5c917cc1ee065bceecdb65795
Author: Jörn Friedrich Dreyer <jfd at butonic.de>
Date: Mon Jun 16 18:59:44 2014 +0200
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 db4c398..de82003 100644
--- a/lib/private/files/objectstore/abstractobjectstore.php
+++ b/lib/private/files/objectstore/abstractobjectstore.php
@@ -70,17 +70,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
* @param string $path
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list