Skip to content

Commit 236086c

Browse files
authored
Merge pull request nextcloud#8335 from nextcloud/remove-unused-import
Remove unused import statements
2 parents a966d52 + d3d045d commit 236086c

File tree

87 files changed

+0
-147
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+0
-147
lines changed

apps/comments/lib/Activity/Listener.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
use OCP\Files\Node;
3232
use OCP\IUser;
3333
use OCP\IUserSession;
34-
use OCP\Share;
3534
use OCP\Share\IShareHelper;
3635

3736
class Listener {

apps/comments/lib/EventHandler.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
namespace OCA\Comments;
2525

2626
use OCA\Comments\Activity\Listener as ActivityListener;
27-
use OCA\Comments\AppInfo\Application;
2827
use OCA\Comments\Notification\Listener as NotificationListener;
2928
use OCP\Comments\CommentsEvent;
3029
use OCP\Comments\ICommentsEventHandler;

apps/dav/lib/CalDAV/CalDavBackend.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,8 @@
5151
use Sabre\DAV\Exception\Forbidden;
5252
use Sabre\DAV\Exception\NotFound;
5353
use Sabre\DAV\PropPatch;
54-
use Sabre\HTTP\URLUtil;
5554
use Sabre\VObject\Component;
5655
use Sabre\VObject\Component\VCalendar;
57-
use Sabre\VObject\Component\VEvent;
5856
use Sabre\VObject\Component\VTimeZone;
5957
use Sabre\VObject\DateTimeParser;
6058
use Sabre\VObject\InvalidDataException;

apps/dav/lib/CalDAV/Plugin.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@
2323

2424
namespace OCA\DAV\CalDAV;
2525

26-
use Sabre\HTTP\URLUtil;
27-
2826
class Plugin extends \Sabre\CalDAV\Plugin {
2927

3028
/**

apps/dav/lib/CalDAV/Principal/Collection.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323

2424
namespace OCA\DAV\CalDAV\Principal;
2525

26-
use OCA\DAV\CalDAV\Principal\User;
2726

2827
/**
2928
* Class Collection

apps/dav/lib/CalDAV/Schedule/IMipPlugin.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
use OCP\Mail\IEMailTemplate;
3636
use OCP\Mail\IMailer;
3737
use Sabre\CalDAV\Schedule\IMipPlugin as SabreIMipPlugin;
38-
use Sabre\DAV\Xml\Element\Prop;
3938
use Sabre\VObject\Component\VCalendar;
4039
use Sabre\VObject\Component\VEvent;
4140
use Sabre\VObject\DateTimeParser;

apps/dav/lib/CardDAV/CardDavBackend.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
use Sabre\CardDAV\Backend\SyncSupport;
4747
use Sabre\CardDAV\Plugin;
4848
use Sabre\DAV\Exception\BadRequest;
49-
use Sabre\HTTP\URLUtil;
5049
use Sabre\VObject\Component\VCard;
5150
use Sabre\VObject\Reader;
5251
use Symfony\Component\EventDispatcher\EventDispatcherInterface;

apps/dav/lib/CardDAV/ImageExportPlugin.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
namespace OCA\DAV\CardDAV;
2525

2626
use OCP\Files\NotFoundException;
27-
use OCP\ILogger;
2827
use Sabre\CardDAV\Card;
2928
use Sabre\DAV\Server;
3029
use Sabre\DAV\ServerPlugin;

apps/dav/lib/CardDAV/Plugin.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
use Sabre\DAV\INode;
2828
use Sabre\DAV\PropFind;
2929
use Sabre\DAV\Server;
30-
use Sabre\HTTP\URLUtil;
3130

3231
class Plugin extends \Sabre\CardDAV\Plugin {
3332

apps/dav/lib/Connector/LegacyDAVACL.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
use OCA\DAV\Connector\Sabre\DavAclPlugin;
2929
use Sabre\DAV\INode;
3030
use Sabre\DAV\PropFind;
31-
use Sabre\HTTP\URLUtil;
3231
use Sabre\DAVACL\Xml\Property\Principal;
3332

3433
class LegacyDAVACL extends DavAclPlugin {

0 commit comments

Comments
 (0)