Skip to content
This repository has been archived by the owner on Apr 2, 2023. It is now read-only.

Commit

Permalink
Whoops.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinmera committed Dec 30, 2017
1 parent ee323d5 commit 125a4ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion finalizable.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@

(define-finalize-method (object finalizable)
"Finalizes and unbinds all slots on the object that are marked as FINALIZED and then calls the next method."
#+:verbose (v:debug :qtools "Finalizing slots on ~s" object)
(loop for slot in (c2mop:class-slots (class-of object))
for slot-name = (c2mop:slot-definition-name slot)
when (and (typep slot 'finalizable-slot)
Expand Down

0 comments on commit 125a4ba

Please sign in to comment.