aboutsummaryrefslogtreecommitdiffstats
path: root/core/Command/Security/RemoveCertificate.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/Command/Security/RemoveCertificate.php')
-rw-r--r--core/Command/Security/RemoveCertificate.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/core/Command/Security/RemoveCertificate.php b/core/Command/Security/RemoveCertificate.php
index 8be7123ad08..31ddc73877b 100644
--- a/core/Command/Security/RemoveCertificate.php
+++ b/core/Command/Security/RemoveCertificate.php
@@ -25,11 +25,8 @@ namespace OC\Core\Command\Security;
use OC\Core\Command\Base;
use OCP\ICertificateManager;
-use Symfony\Component\Console\Command\Command;
-use Symfony\Component\Console\Helper\Table;
use Symfony\Component\Console\Input\InputArgument;
use Symfony\Component\Console\Input\InputInterface;
-use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Output\OutputInterface;
class RemoveCertificate extends Base {