X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=sql%2Fooddl.lisp;h=3ec173a40576e7534e8145d67791322ef7824660;hp=79f6186a65b55caeebd30eef9575033717a4830b;hb=44c87a075cbe29141d90dc49c501f382a6d81fbe;hpb=2d7fb2dcce0f94745672b4f2aff6be39d610a063 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.")