mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-05 00:40:48 -08:00
Do not define a function which is not going to be reused.
This commit is contained in:
parent
0c54b35b46
commit
162bd771bd
1 changed files with 1 additions and 3 deletions
|
|
@ -12,7 +12,7 @@
|
|||
;;; ----------------------------------------------------------------------
|
||||
;;; BOOT
|
||||
|
||||
(defun boot ()
|
||||
(progn
|
||||
(let* ((class (find-class 'class))
|
||||
(built-in-class (find-class 'built-in-class)))
|
||||
|
||||
|
|
@ -137,6 +137,4 @@
|
|||
(error 'slot-unbound :instance object :name slot-name))
|
||||
))
|
||||
|
||||
(boot)
|
||||
|
||||
;;; ----------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue