Skip to content

Commit

Permalink
prompter-source: Delete repeated method.
Browse files Browse the repository at this point in the history
Introduced by mistake in 1702308.
  • Loading branch information
aadcg committed Mar 26, 2024
1 parent 7890ed5 commit e6e5095
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions prompter-source.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -372,14 +372,6 @@ Attribute names should be unique for prompter to correctly filter those."
result))
object)
(sort result #'string< :key #'first)))
(:method ((object standard-object) (source prompter:source))
(declare (ignorable source))
(or
(mapcar (lambda (slot)
(list (string-capitalize (string slot))
(princ-to-string (slot-value object slot))))
(object-public-slots object))
(call-next-method)))
(:method ((object structure-object) (source prompter:source))
(declare (ignorable source))
(or
Expand Down

0 comments on commit e6e5095

Please sign in to comment.