Removing FFI code that is now auto-generated
[hcoop/smlsql.git] / libpq / FFI / f-lo_creat.sml
diff --git a/libpq/FFI/f-lo_creat.sml b/libpq/FFI/f-lo_creat.sml
deleted file mode 100644 (file)
index eb42916..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-(* This file has been generated automatically. DO NOT EDIT! *)
-(* [from code at "/usr/include/postgresql/libpq-fe.h":360.1-44] *)
-(* [by Matthias Blume's ml-nlffigen (version 0.9.1) for x86-unix] *)
-(* Send comments and suggestions to blume@tti-c.org. Thanks! *)
-local
-    open C.Dim C_Int
-    val h = LibpqH.libh "lo_creat"
-in
-structure F_lo_creat : sig
-    val typ : ((ST_pg_conn.tag, rw) su_obj ptr' * sint -> uint) fptr T.typ
-    val fptr :
-        unit -> ((ST_pg_conn.tag, rw) su_obj ptr' * sint -> uint) fptr
-    val f :
-        (ST_pg_conn.tag, rw) su_obj ptr * MLRep.Signed.int ->
-            MLRep.Unsigned.word
-    val f' :
-        (ST_pg_conn.tag, rw) su_obj ptr' * MLRep.Signed.int ->
-            MLRep.Unsigned.word
-end = struct
-    val typ = FPtrRTTI_43.typ
-    fun fptr () = mk_fptr (FPtrRTTI_43.mkcall, h ())
-    fun f (x1, x2)
-        = Cvt.ml_uint (call (fptr (), (Light.ptr x1, Cvt.c_sint x2)))
-    fun f' (x1, x2) = Cvt.ml_uint (call (fptr (), (x1, Cvt.c_sint x2)))
-end
-end