Skip to content

Commit c57b9e9

Browse files
committed
turn off (setf find-class)
1 parent 6146ed9 commit c57b9e9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/clos/methods.lisp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323

2424
;;; @vlad-km
2525
;;; moved from std-object.lisp
26+
;;; removed
27+
#+nil
2628
(defun (setf find-class) (new-value symbol)
2729
(setf (gethash symbol *class-table*) new-value))
2830

0 commit comments

Comments
 (0)