r3357: remove load-compile-op from .asd file
[xptest.git] / debian / xptest.asd
index a95da58eb15a5471f8f4ee4cad437edb093a9612..75399370a12c3346399715604472283fac4f7b63 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Sep 2002
 ;;;;
-;;;; $Id: xptest.asd,v 1.1 2002/10/22 18:31:30 kevin Exp $
+;;;; $Id: xptest.asd,v 1.2 2002/11/08 16:51:40 kevin Exp $
 ;;;; *************************************************************************
 
 (in-package :asdf)
@@ -27,9 +27,3 @@
   :components
   ((:file "package")
    (:file "xptestsuite" :depends-on ("package"))))
-
-(when (ignore-errors (find-class 'load-compiled-op))
-  (defmethod perform :after ((op load-compiled-op)
-                            (c (eql (find-system :xptest))))
-    (pushnew :xptest cl:*features*)))
-