X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=clsql-base.asd;fp=clsql-base.asd;h=72e02b8409936b7289eed3d0e1b0f9d11e12dcdf;hp=5ca88a081ed5bfa1c5670197077f6bae4548a4d2;hb=3c9bffd89a3267ccfe8805f8ab7000399ba81889;hpb=719420a7f10fe9bf9d19a06be58a5880a2415eaa diff --git a/clsql-base.asd b/clsql-base.asd index 5ca88a0..72e02b8 100644 --- a/clsql-base.asd +++ b/clsql-base.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: clsql-base.asd,v 1.17 2002/10/16 11:51:04 kevin Exp $ +;;;; $Id: clsql-base.asd,v 1.18 2002/11/08 16:51:50 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -41,7 +41,3 @@ (:file "db-interface" :depends-on ("conditions")) (:file "initialize" :depends-on ("db-interface")))))) -#+(or allegro lispworks cmu sbcl openmcl mcl scl) -(when (ignore-errors (find-class 'load-compiled-op)) - (defmethod perform :after ((op load-compiled-op) (c (eql (find-system :clsql-base)))) - (pushnew :clsql-base cl:*features*)))