X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=hyperobject-no-mop.lisp;h=af75982a53178d398e378e7a5916639e2ffb91ed;hb=18558405db4d6d5ca2a47aac32fb13958430b189;hp=e315706a4ff0fbb26f379776f652ac9a2c4c1807;hpb=310528f335c81365343ca5503e4db4be062080a2;p=hyperobject.git diff --git a/hyperobject-no-mop.lisp b/hyperobject-no-mop.lisp index e315706..af75982 100644 --- a/hyperobject-no-mop.lisp +++ b/hyperobject-no-mop.lisp @@ -9,7 +9,7 @@ ;;;; ;;;; This is a rewrite of hyperobjec't to avoid using metaclasses. ;;;; -;;;; $Id: hyperobject-no-mop.lisp,v 1.4 2002/11/23 22:19:17 kevin Exp $ +;;;; $Id: hyperobject-no-mop.lisp,v 1.5 2002/11/25 02:10:38 kevin Exp $ ;;;; ;;;; This file is Copyright (c) 2000-2002 by Kevin M. Rosenberg ;;;; @@ -214,7 +214,6 @@ (xml-value-func '()) (package (symbol-package name))) (dolist (field (slot-value meta 'fields)) - (declare (ignore rest)) (let* ((name (name field)) (print-formatter (print-formatter field)) (type (ho-type field))