1.0.9.45: cleaner & thread-safe pv-table interning
[sbcl.git] / src / pcl / defs.lisp
index dff7856..068b49f 100644 (file)
     :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