[Pkg-owncloud-commits] [php-sabredav] 03/45: Unused variables.
David Prévot
taffit at moszumanska.debian.org
Sat Jan 10 14:20:29 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository php-sabredav.
commit d688506cbae62a25bc76aa8fd64f32b9aeb2aa14
Author: Evert Pot <me at evertpot.com>
Date: Thu Dec 11 14:31:05 2014 -0500
Unused variables.
---
lib/CalDAV/Plugin.php | 4 ----
1 file changed, 4 deletions(-)
diff --git a/lib/CalDAV/Plugin.php b/lib/CalDAV/Plugin.php
index 6ef6dbf..22d96c7 100644
--- a/lib/CalDAV/Plugin.php
+++ b/lib/CalDAV/Plugin.php
@@ -456,8 +456,6 @@ class Plugin extends DAV\ServerPlugin {
$uris[] = $this->server->calculateUri($elem->nodeValue);
}
- $tz = null;
-
$timeZones = [];
foreach($this->server->getPropertiesForMultiplePaths($uris, $properties) as $uri=>$objProps) {
@@ -620,8 +618,6 @@ class Plugin extends DAV\ServerPlugin {
$nodePaths = $node->calendarQuery($parser->filters);
- $timeZones = [];
-
foreach($nodePaths as $path) {
list($properties) =
--
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