r3357: remove load-compile-op from .asd file
[rt.git] / debian / rt.asd
index f69de9e76b3a6e063ef1ecc76d605bc46f7df356..b6c3e32d35a90e43960632998b992ec57ef68c6d 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Sep 2002
 ;;;;
-;;;; $Id: rt.asd,v 1.1 2002/11/08 08:08:29 kevin Exp $
+;;;; $Id: rt.asd,v 1.2 2002/11/08 16:51:40 kevin Exp $
 ;;;;
 ;;;; This file, part of cl-rt, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
   :licence "MIT"
   :description "MIT Regression Tester"
   :long-description "RT provides a framework for writing regression test suites"
-  
   :perform (load-op :after (op rt)
            (pushnew :rt cl:*features*))
-  
   :components
   ((:file "rt")))
 
-(when (ignore-errors (find-class 'load-compiled-op))
-  (defmethod perform :after ((op load-compiled-op) (c (eql (find-system :rt))))
-    (pushnew :rt cl:*features*)))