X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=clsql.asd;h=f4a609d36fee469bd94c61991d18a9b7e5f85041;hp=0c7c27d4c776bb4afdb1a06b43709c66c11ab40f;hb=7d50938ba2db52a713498e49aa1679deae6f0b6b;hpb=60c0b757093a0dd1d8f4123c08bce14a7bc49e07 diff --git a/clsql.asd b/clsql.asd index 0c7c27d..f4a609d 100644 --- a/clsql.asd +++ b/clsql.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: clsql.asd,v 1.12 2002/09/25 12:44:59 kevin Exp $ +;;;; $Id: clsql.asd,v 1.13 2002/09/30 10:19:23 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -43,12 +43,6 @@ :depends-on (:clsql-base) ) -#+(or allegro lispworks cmu openmcl mcl) -(defmethod source-file-type ((c cl-source-file) - (s (eql (find-system :clsql)))) - "cl") - - #+(or allegro lispworks cmu openmcl mcl) (when (ignore-errors (find-class 'load-compiled-op)) (defmethod perform :after ((op load-compiled-op) (c (eql (find-system :clsql))))