X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fpcl%2Fdefs.lisp;h=068b49f4f60016a14fbf0fa2c9c8aa4304c4b7c9;hb=ee90e535c985f697c71d839083aed16710f846fd;hp=dff78568c69ae12dceb5bd42f30084c6027377a0;hpb=0e7a9105ae992fc4befa37846c42f298e12918c0;p=sbcl.git diff --git a/src/pcl/defs.lisp b/src/pcl/defs.lisp index dff7856..068b49f 100644 --- a/src/pcl/defs.lisp +++ b/src/pcl/defs.lisp @@ -660,10 +660,7 @@ :reader class-direct-slots) (slots :initform () - :reader class-slots) - (slot-table - :initform #(nil) - :reader class-slot-table))) + :reader class-slots))) ;;; The class STD-CLASS is an implementation-specific common ;;; superclass of the classes STANDARD-CLASS and