From 1252c91668b8ff0fe913c304e798b7081bdfce6f Mon Sep 17 00:00:00 2001
From: "Kevin M. Rosenberg" <kevin@rosenberg.net>
Date: Fri, 8 Nov 2002 16:51:50 +0000
Subject: [PATCH] r3357: remove load-compile-op from .asd file

---
 debian/changelog | 6 ++++++
 debian/rt.asd    | 7 +------
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4e15ed4..9925707 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+cl-rt (19901219-2) unstable; urgency=low
+
+  * Remove 'load-compiled-op from .asd file
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Fri,  8 Nov 2002 09:31:31 -0700
+
 cl-rt (19901219-1) unstable; urgency=low
 
   * Initial release.
diff --git a/debian/rt.asd b/debian/rt.asd
index f69de9e..b6c3e32 100644
--- a/debian/rt.asd
+++ b/debian/rt.asd
@@ -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
 ;;;;
@@ -25,14 +25,9 @@
   :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*)))
 
-- 
GitLab