[Pkg-owncloud-commits] [php-sabredav] 14/64: Unused use statement and variable.
David Prévot
taffit at moszumanska.debian.org
Thu Dec 11 15:13:22 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to tag 2.2.0alpha1
in repository php-sabredav.
commit b0ed65b6b747a1d33df86f95eb30cad5b44e3002
Author: Evert Pot <me at evertpot.com>
Date: Fri Nov 14 01:30:00 2014 -0500
Unused use statement and variable.
---
lib/CalDAV/Schedule/Plugin.php | 3 ---
1 file changed, 3 deletions(-)
diff --git a/lib/CalDAV/Schedule/Plugin.php b/lib/CalDAV/Schedule/Plugin.php
index 3f76e34..2c49ee9 100644
--- a/lib/CalDAV/Schedule/Plugin.php
+++ b/lib/CalDAV/Schedule/Plugin.php
@@ -8,7 +8,6 @@ use
Sabre\DAV\Property\Href,
Sabre\DAV\PropFind,
Sabre\DAV\INode,
- Sabre\DAV\IFile,
Sabre\HTTP\RequestInterface,
Sabre\HTTP\ResponseInterface,
Sabre\VObject,
@@ -284,8 +283,6 @@ class Plugin extends ServerPlugin {
$calendarNode->getOwner()
);
- $broker = new ITip\Broker();
-
if (!$isNew) {
$node = $this->server->tree->getNodeForPath($request->getPath());
$oldObj = Reader::read($node->get());
--
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