Skip to content

Commit 8caf0b7

Browse files
committed
Remove redundant condition class
1 parent d15c6d1 commit 8caf0b7

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/conditions.lisp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,3 @@
5858
(:documentation "Signaled when attempting to perform an operation on keys that are not supported")
5959
(:report (lambda (condition stream)
6060
(format stream "~a~&" (error-description condition)))))
61-
62-
(define-condition invalid-signature-error (base-error)
63-
()
64-
(:documentation "Signaled when signature verification has failed")
65-
(:report (lambda (condition stream)
66-
(format stream "~a~&" (error-description condition)))))

0 commit comments

Comments
 (0)