X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fpcl%2Fdlisp3.lisp;h=0cef2d6f83248e67661db6a58088f23cb1fcd561;hb=304c44d731bea3b9ce3c47d864d90eac92ba604e;hp=4ff456756a0cb2050a6040b018b2fcc8997b1bd1;hpb=a530bbe337109d898d5b4a001fc8f1afa3b5dc39;p=sbcl.git diff --git a/src/pcl/dlisp3.lisp b/src/pcl/dlisp3.lisp index 4ff4567..0cef2d6 100644 --- a/src/pcl/dlisp3.lisp +++ b/src/pcl/dlisp3.lisp @@ -22,9 +22,6 @@ ;;;; specification. (in-package "SB-PCL") - -(sb-int:file-comment - "$Header$") (eval-when (:compile-toplevel :load-toplevel :execute) (defparameter *checking-or-caching-list* @@ -62,11 +59,6 @@ (nil nil (class class) t))) ) ; EVAL-WHEN -(defmacro make-checking-or-caching-function-list () - `(list ,@(mapcar #'(lambda (key) - `(cons ',key (emit-checking-or-caching-macro ,@key))) - *checking-or-caching-list*))) - ;;; Rather than compiling the constructors here, just tickle the range ;;; of shapes defined above, leaving the generation of the ;;; constructors to precompile-dfun-constructors.