r10094: removed obsolete clisp work-around
[clsql.git] / sql / ooddl.lisp
index 79f6186a65b55caeebd30eef9575033717a4830b..3ec173a40576e7534e8145d67791322ef7824660 100644 (file)
     :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.")