[Pkg-owncloud-commits] [php-sabredav] 19/34: Unused variable.
David Prévot
taffit at moszumanska.debian.org
Wed May 27 13:57:10 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to tag 3.0.0-beta1
in repository php-sabredav.
commit a7606449080473450522eecd53c6d312e3e9da02
Author: Evert Pot <me at evertpot.com>
Date: Mon May 25 17:29:19 2015 -0400
Unused variable.
---
lib/DAV/Sync/Plugin.php | 3 ---
1 file changed, 3 deletions(-)
diff --git a/lib/DAV/Sync/Plugin.php b/lib/DAV/Sync/Plugin.php
index d22aa32..b6fb8dc 100644
--- a/lib/DAV/Sync/Plugin.php
+++ b/lib/DAV/Sync/Plugin.php
@@ -106,9 +106,6 @@ class Plugin extends DAV\ServerPlugin {
*/
function syncCollection($uri, SyncCollectionReport $report) {
- // rfc3253 specifies 0 is the default value for Depth:
- $depth = $this->server->getHTTPDepth(0);
-
// Getting the data
$node = $this->server->tree->getNodeForPath($uri);
if (!$node instanceof ISyncCollection) {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/php-sabredav.git
More information about the Pkg-owncloud-commits
mailing list