Removing FFI code that is now auto-generated
[hcoop/smlsql.git] / libpq / FFI / f-PQisnonblocking.sml
diff --git a/libpq/FFI/f-PQisnonblocking.sml b/libpq/FFI/f-PQisnonblocking.sml
deleted file mode 100644 (file)
index 5da072a..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-(* This file has been generated automatically. DO NOT EDIT! *)
-(* [from code at "/usr/include/postgresql/libpq-fe.h":278.1-47] *)
-(* [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 "PQisnonblocking"
-in
-structure F_PQisnonblocking : sig
-    val typ : ((ST_pg_conn.tag, ro) su_obj ptr' -> sint) fptr T.typ
-    val fptr : unit -> ((ST_pg_conn.tag, ro) su_obj ptr' -> sint) fptr
-    val f : (ST_pg_conn.tag, ro) su_obj ptr -> MLRep.Signed.int
-    val f' : (ST_pg_conn.tag, ro) su_obj ptr' -> MLRep.Signed.int
-end = struct
-    val typ = FPtrRTTI_1.typ
-    fun fptr () = mk_fptr (FPtrRTTI_1.mkcall, h ())
-    fun f x1 = Cvt.ml_sint (call (fptr (), Light.ptr x1))
-    fun f' x1 = Cvt.ml_sint (call (fptr (), x1))
-end
-end