From 2d40f4169cc89aaecf1a762cae1e2d7cd55587ab Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Fri, 8 Nov 2002 16:51:50 +0000 Subject: [PATCH] r3357: remove load-compile-op from .asd file --- debian/xmlutils.asd | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/debian/xmlutils.asd b/debian/xmlutils.asd index 18779ec..b09bdd3 100644 --- a/debian/xmlutils.asd +++ b/debian/xmlutils.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Sep 2002 ;;;; -;;;; $Id: xmlutils.asd,v 1.3 2002/10/16 03:45:52 kevin Exp $ +;;;; $Id: xmlutils.asd,v 1.4 2002/11/08 16:51:40 kevin Exp $ ;;;; ;;;; This file, part of cl-xmlutils, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -44,10 +44,6 @@ (:file "pxml3" :depends-on ("pxml2")) )) -(when (ignore-errors (find-class 'load-compiled-op)) - (defmethod perform :after ((op load-compiled-op) (c (eql (find-system :xmlutils)))) - (pushnew :xmlutils cl:*features*))) - (defmethod source-file-type ((c cl-source-file) (s (eql (find-system :xmlutils)))) "cl") -- 2.34.1