summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/CardDAV
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2017-04-24 11:47:37 +0200
committerGitHub <noreply@github.com>2017-04-24 11:47:37 +0200
commit3d671cc536b1b472c746fd4ea8f60135f4935a44 (patch)
tree928a0fd4c13d609f5cadf32fd3271c465830a05a /apps/dav/lib/CardDAV
parent8a1d3c7e877f143d211af259d08737c0d9aa8cfe (diff)
parentc54a59d51eb924e77df6f6d2bb79ea466d169221 (diff)
downloadnextcloud-server-3d671cc536b1b472c746fd4ea8f60135f4935a44.tar.gz
nextcloud-server-3d671cc536b1b472c746fd4ea8f60135f4935a44.zip
Merge pull request #4443 from nextcloud/cleanup-unused-imports
Remove unused use statements
Diffstat (limited to 'apps/dav/lib/CardDAV')
-rw-r--r--apps/dav/lib/CardDAV/Xml/Groups.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/dav/lib/CardDAV/Xml/Groups.php b/apps/dav/lib/CardDAV/Xml/Groups.php
index 1b439b6b821..9240b90a1eb 100644
--- a/apps/dav/lib/CardDAV/Xml/Groups.php
+++ b/apps/dav/lib/CardDAV/Xml/Groups.php
@@ -22,7 +22,6 @@
namespace OCA\DAV\CardDAV\Xml;
use Sabre\Xml\XmlSerializable;
-use Sabre\Xml\Element;
use Sabre\Xml\Writer;
class Groups implements XmlSerializable {