X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=db-mysql%2Fmysql-loader.lisp;h=cafa2e6c821a625d028f56959e86bd851b0f8ece;hb=e2c86e8c664d8b3ecfd215843a9a1fbf5fa83693;hp=db401500c41bbbbc931191b6458dd17c695e47c9;hpb=b31836193ceb646fa6e4fd7761dff378a9c67385;p=clsql.git diff --git a/db-mysql/mysql-loader.lisp b/db-mysql/mysql-loader.lisp index db40150..cafa2e6 100644 --- a/db-mysql/mysql-loader.lisp +++ b/db-mysql/mysql-loader.lisp @@ -16,7 +16,6 @@ ;;;; (http://opensource.franz.com/preamble.html), also known as the LLGPL. ;;;; ************************************************************************* -(declaim (optimize (debug 3) (speed 3) (safety 1) (compilation-speed 0))) (in-package :mysql) ;;;; Modified by Kevin Rosenberg