X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=clsql-oracle.asd;h=56707a04432df208eff9ba19ca18432e24a50b22;hb=4099b4c8ddcdd7d48ca44d3f9efc43063042bea1;hp=e8b9f98ee9875d9633cb265ef0aaeab5ccd742b5;hpb=60c0b757093a0dd1d8f4123c08bce14a7bc49e07;p=clsql.git diff --git a/clsql-oracle.asd b/clsql-oracle.asd index e8b9f98..56707a0 100644 --- a/clsql-oracle.asd +++ b/clsql-oracle.asd @@ -1,7 +1,7 @@ ;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*- ;;;; This is copyrighted software. See interfaces/oracle/* files for terms. ;;;; -;;;; $Id: clsql-oracle.asd,v 1.9 2002/09/25 12:44:59 kevin Exp $ +;;;; $Id: clsql-oracle.asd,v 1.10 2002/09/30 10:19:23 kevin Exp $ (in-package :asdf) @@ -28,11 +28,3 @@ (:file "oracle-sql" :depends-on ("oracle" "alien-resources")) (:file "oracle-objects" :depends-on ("oracle-sql"))))) :depends-on (:clsql-base)) - -#+(or allegro lispworks cmu openmcl mcl) -(defmethod source-file-type ((c cl-source-file) - (s (eql (find-system :clsql-oracle)))) - "cl") - - -