[Pkg-owncloud-commits] [php-sabre-vobject] 325/341: Removed useless check.
David Prévot
taffit at moszumanska.debian.org
Tue Aug 11 13:36:01 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository php-sabre-vobject.
commit c0db3e87cb520c7f63d5988bb552077f71d423ff
Author: Evert Pot <me at evertpot.com>
Date: Thu Jul 16 21:46:55 2015 -0400
Removed useless check.
---
lib/Component/Available.php | 8 --------
1 file changed, 8 deletions(-)
diff --git a/lib/Component/Available.php b/lib/Component/Available.php
index 8f11cf6..d27df41 100644
--- a/lib/Component/Available.php
+++ b/lib/Component/Available.php
@@ -118,14 +118,6 @@ class Available extends VObject\Component {
];
}
- if (isset($this->DURATION) && !isset($this->DTSTART)) {
- $result[] = [
- 'level' => 3,
- 'message' => 'DURATION must be declared with a DTSTART.',
- 'node' => $this
- ];
- }
-
return $result;
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/php-sabre-vobject.git
More information about the Pkg-owncloud-commits
mailing list