X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=sql%2Fooddl.lisp;h=3ec173a40576e7534e8145d67791322ef7824660;hb=e71ada356f23f76d406be7d7f9ecc9dd9891109f;hp=fe201eb4c8e71a8318c225cdc9c87c2ee813ff53;hpb=e15b72fefebeee46a83d357db2813031edcc6fbd;p=clsql.git diff --git a/sql/ooddl.lisp b/sql/ooddl.lisp index fe201eb..3ec173a 100644 --- a/sql/ooddl.lisp +++ b/sql/ooddl.lisp @@ -20,10 +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) - (finalize-inheritance (find-class 'standard-db-object))) (defparameter *default-string-length* 255 "The length of a string which does not have a user-specified length.")