r8859: package renaming
[clsql.git] / base / database.lisp
index 839204f3c57de01fde008441a32a6b1d858cf2f3..e8845ae4346d531a81d536791309025044fec983 100644 (file)
@@ -23,7 +23,6 @@
 (defvar *default-database* nil
   "Specifies the default database to be used.")
 
-;;; usql
 (defun find-database (database &key (errorp t) (db-type nil))
   "The function FIND-DATABASE, given a string DATABASE, searches
 amongst the connected databases for one matching the name DATABASE. If