X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/a7c3f7ae7e2453301bcfbdc7a0c5dca71b54622a..9e91c8e7b5fcdeb6389ac7ccbcd9c77348c4493a:/src/class-make-proto.lisp diff --git a/src/class-make-proto.lisp b/src/class-make-proto.lisp index 7305807..a974f0e 100644 --- a/src/class-make-proto.lisp +++ b/src/class-make-proto.lisp @@ -59,14 +59,6 @@ :pset pset))) class))) -(export 'guess-metaclass) -(defgeneric guess-metaclass (class) - (:documentation - "Determine a suitable metaclass for the CLASS. - - The default behaviour is to choose the most specific metaclass of any of - the direct superclasses of CLASS, or to signal an error if that failed.")) - ;;;-------------------------------------------------------------------------- ;;; Slots and slot initializers.