r9087: Automated commit for Debian build of clsql upstream-version-2.7.10
[clsql.git] / base / db-interface.lisp
index b2ba6e5533a1f20735a017757d517dd85553b7a7..fa07af92eddbd39c67e9cc0ae19a232a4edf6374 100644 (file)
@@ -118,9 +118,6 @@ returns nil when result-set is finished."))
 if not found. May signal an error if unable to communicate with database server."))
 
 (defgeneric database-destroy (connection-spec database)
-  (:method (connection-spec (database t))
-          (declare (ignore connection-spec))
-          (signal-no-database-error database))
   (:documentation "Destroys (drops) a database."))
 
 (defgeneric database-truncate (database)