X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fpcl%2Fearly-low.lisp;h=70fdb62b61d7b20c714045305ee4a55ecddd3f5e;hb=a3ab89c1db0dd9bfb911532ca134be16f16c4c1b;hp=5d436dab09a28c100bb5c3d71487d3583c334324;hpb=4eb1a6d3ad2b7dcc19ac0ec979a1eb1eb049659a;p=sbcl.git diff --git a/src/pcl/early-low.lisp b/src/pcl/early-low.lisp index 5d436da..70fdb62 100644 --- a/src/pcl/early-low.lisp +++ b/src/pcl/early-low.lisp @@ -43,7 +43,6 @@ ;;; #+SB-FLUID `(FIND-PACKAGE ,NAME)) ;;; and use that to replace all three variables.) (defvar *pcl-package* (find-package "SB-PCL")) -(defvar *slot-accessor-name-package* (find-package "SB-SLOT-ACCESSOR-NAME")) ;;; This excludes structure types created with the :TYPE option to ;;; DEFSTRUCT. It also doesn't try to deal with types created by