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