From 9b866ff6949dd3d38b7cc968496b0b4143a373aa Mon Sep 17 00:00:00 2001 From: pmai <pmai> Date: Tue, 27 May 2003 11:12:03 +0000 Subject: [PATCH] Removed redundant code from boot11.lisp. --- bootfiles/18e/boot10.lisp | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/bootfiles/18e/boot10.lisp b/bootfiles/18e/boot10.lisp index 945b129f9..1ee0dc5c8 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 -- GitLab