Skip to content

Commit 1171f3c

Browse files
committed
refactor(certificate manager): remove unused variable
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
1 parent dd54f35 commit 1171f3c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/private/Security/CertificateManager.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ private function hasCertificates(): bool {
103103
if (!$this->view->is_dir($path)) {
104104
return false;
105105
}
106-
$result = [];
107106
$handle = $this->view->opendir($path);
108107
if (!is_resource($handle)) {
109108
return false;

0 commit comments

Comments
 (0)