diff --git a/bootfiles/18e/boot10.lisp b/bootfiles/18e/boot10.lisp index 945b129f98492b830285b64e475d9134debabf7c..1ee0dc5c81c7f0046ba71c0ef12c8efb269db34c 100644 --- a/bootfiles/18e/boot10.lisp +++ b/bootfiles/18e/boot10.lisp @@ -119,14 +119,4 @@ (declare (ignore old new)) (values nil nil nil)) -(in-package :conditions) - -(defstruct (condition-class (:include slot-class)) - (slots nil :type list) - (class-slots nil :type list) - (report nil :type (or function null)) - (default-initargs () :type list) - (cpl () :type list) - (hairy-slots nil :type list)) - ;;; end of file