diff options
Diffstat (limited to 'lib/private/Files/Storage/Home.php')
-rw-r--r-- | lib/private/Files/Storage/Home.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/private/Files/Storage/Home.php b/lib/private/Files/Storage/Home.php index f7151f4a005..fd1d287629f 100644 --- a/lib/private/Files/Storage/Home.php +++ b/lib/private/Files/Storage/Home.php @@ -56,12 +56,6 @@ class Home extends Local implements \OCP\Files\IHomeStorage { return $this->cache; } - /** - * get a propagator instance for the cache - * - * @param \OC\Files\Storage\Storage $storage (optional) the storage to pass to the watcher - * @return \OC\Files\Cache\Propagator - */ public function getPropagator($storage = null) { if (!$storage) { $storage = $this; |