Removing FFI code that is now auto-generated
[hcoop/smlsql.git] / libpq / FFI / f-PQresetPoll.sml
diff --git a/libpq/FFI/f-PQresetPoll.sml b/libpq/FFI/f-PQresetPoll.sml
deleted file mode 100644 (file)
index 74f204d..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-(* This file has been generated automatically. DO NOT EDIT! *)
-(* [from code at "/usr/include/postgresql/libpq-fe.h":211.1-59] *)
-(* [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 "PQresetPoll"
-in
-structure F_PQresetPoll : sig
-    val typ :
-        ((ST_pg_conn.tag, rw) su_obj ptr' ->
-             ET_'PostgresPollingStatusType.tag enum) fptr T.typ
-    val fptr :
-        unit ->
-            ((ST_pg_conn.tag, rw) su_obj ptr' ->
-                 ET_'PostgresPollingStatusType.tag enum) fptr
-    val f : (ST_pg_conn.tag, rw) su_obj ptr -> MLRep.Signed.int
-    val f' : (ST_pg_conn.tag, rw) su_obj ptr' -> MLRep.Signed.int
-end = struct
-    val typ = FPtrRTTI_6.typ
-    fun fptr () = mk_fptr (FPtrRTTI_6.mkcall, h ())
-    fun f x1 = Cvt.c2i_enum (call (fptr (), Light.ptr x1))
-    fun f' x1 = Cvt.c2i_enum (call (fptr (), x1))
-end
-end