r3357: remove load-compile-op from .asd file
[ptester.git] / debian / tester.asd
index fabb0049a17d4275d1530969869710d55e0963b3..ab01cd2e5d0d89d99c5f7064d03358b4f474b531 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Sep 2002
 ;;;;
-;;;; $Id: tester.asd,v 1.3 2002/10/22 16:04:48 kevin Exp $
+;;;; $Id: tester.asd,v 1.4 2002/11/08 16:51:40 kevin Exp $
 ;;;;
 ;;;; This file, part of cl-tester, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
@@ -34,8 +34,4 @@
   :components
   ((:file "tester")))
 
-#-allegro
-(when (ignore-errors (find-class 'load-compiled-op))
-  (defmethod perform :after ((op load-compiled-op) (c (eql (find-system :tester))))
-    (pushnew :tester cl:*features*)))