r3357: remove load-compile-op from .asd file
authorKevin M. Rosenberg <kevin@rosenberg.net>
Fri, 8 Nov 2002 16:51:50 +0000 (16:51 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Fri, 8 Nov 2002 16:51:50 +0000 (16:51 +0000)
debian/xmlutils.asd

index 18779ec5718243cde31d346767901f6e6ce2cf9a..b09bdd3246abd202548e5c03705b4ee73bf35eb4 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Sep 2002
 ;;;;
 ;;;; 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
 ;;;;
 ;;;;
 ;;;; This file, part of cl-xmlutils, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
    (:file "pxml3" :depends-on ("pxml2"))
    ))
 
    (: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")
 
 (defmethod source-file-type ((c cl-source-file) (s (eql (find-system :xmlutils))))
   "cl")