X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=sql%2Fooddl.lisp;h=3ec173a40576e7534e8145d67791322ef7824660;hb=e71ada356f23f76d406be7d7f9ecc9dd9891109f;hp=79f6186a65b55caeebd30eef9575033717a4830b;hpb=dc86bc45222a39ff2c977bdd8c0992940ac72385;p=clsql.git diff --git a/sql/ooddl.lisp b/sql/ooddl.lisp index 79f6186..3ec173a 100644 --- a/sql/ooddl.lisp +++ b/sql/ooddl.lisp @@ -20,11 +20,6 @@ :db-kind :virtual)) (:metaclass standard-db-class) (:documentation "Superclass for all CLSQL View Classes.")) -#+clisp -(eval-when (:compile-toplevel :load-toplevel :execute) - (make-instance 'standard-db-object) ;; clisp requires a made object before can use in this file - #+nil (finalize-inheritance (find-class 'standard-db-object)) ;; this is not sufficient - ) (defparameter *default-string-length* 255 "The length of a string which does not have a user-specified length.")