Merging long-long vs unsigned-long-long fixes and test cases
[clsql.git] / uffi / clsql-uffi-loader.lisp
index 04b9f248edafb3a3e3b8fa9ff4366c143982fd1d..8b12cc8e9163321a036dbd9300bb50536575060c 100644 (file)
@@ -50,16 +50,3 @@ well as any of the filenames in any of the clsql:*foreign-library-search-paths*"
   "Used only by CMU. List of library flags needed to be passed to ld to
 load the MySQL client library succesfully.  If this differs at your site,
 set to the right path before compiling or loading the system.")
-
-(defvar *uffi-library-loaded* nil
-  "T if foreign library was able to be loaded successfully")
-
-;; (defun load-uffi-foreign-library ()
-;;   (clsql:push-library-path clsql-uffi-system::*clsql-uffi-library-dir*)
-;;   (find-and-load-foreign-library *clsql-uffi-library-filenames*
-;;                                  :module "clsql-uffi"
-;;                                  :supporting-libraries
-;;                                  *clsql-uffi-supporting-libraries*)
-;;   (setq *uffi-library-loaded* t))
-
-;; (load-uffi-foreign-library)