1.0.9.11: even faster SLOT-VALUE &co
[sbcl.git] / src / pcl / defs.lisp
index e01064e..068b49f 100644 (file)
     :reader class-direct-slots)
    (slots
     :initform ()
-    :reader class-slots)
-   (slot-vector
-    :initform #(nil)
-    :reader class-slot-vector)))
+    :reader class-slots)))
 
 ;;; The class STD-CLASS is an implementation-specific common
 ;;; superclass of the classes STANDARD-CLASS and