diff options
Diffstat (limited to 'apps/dav/lib/Command/SyncSystemAddressBook.php')
-rw-r--r-- | apps/dav/lib/Command/SyncSystemAddressBook.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/dav/lib/Command/SyncSystemAddressBook.php b/apps/dav/lib/Command/SyncSystemAddressBook.php index e642d9af5aa..e91ab38593d 100644 --- a/apps/dav/lib/Command/SyncSystemAddressBook.php +++ b/apps/dav/lib/Command/SyncSystemAddressBook.php @@ -22,10 +22,8 @@ namespace OCA\DAV\Command; use OCA\DAV\CardDAV\SyncService; -use OCP\IUserManager; use Symfony\Component\Console\Command\Command; use Symfony\Component\Console\Helper\ProgressBar; -use Symfony\Component\Console\Input\InputArgument; use Symfony\Component\Console\Input\InputInterface; use Symfony\Component\Console\Output\OutputInterface; |