Removing FFI code that is now auto-generated
[hcoop/smlsql.git] / libpq / FFI / f-PQmakeEmptyPGresult.sml
diff --git a/libpq/FFI/f-PQmakeEmptyPGresult.sml b/libpq/FFI/f-PQmakeEmptyPGresult.sml
deleted file mode 100644 (file)
index d149012..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":323.1-74] *)
-(* [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 "PQmakeEmptyPGresult"
-in
-structure F_PQmakeEmptyPGresult : sig
-    val typ :
-        ((ST_pg_conn.tag, rw) su_obj ptr' * ET_'ExecStatusType.tag enum ->
-             (ST_pg_result.tag, rw) su_obj ptr') fptr T.typ
-    val fptr :
-        unit ->
-            ((ST_pg_conn.tag, rw) su_obj ptr' *
-             ET_'ExecStatusType.tag enum ->
-                 (ST_pg_result.tag, rw) su_obj ptr') fptr
-    val f' :
-        (ST_pg_conn.tag, rw) su_obj ptr' * MLRep.Signed.int ->
-            (ST_pg_result.tag, rw) su_obj ptr'
-end = struct
-    val typ = FPtrRTTI_27.typ
-    fun fptr () = mk_fptr (FPtrRTTI_27.mkcall, h ())
-    fun f' (x1, x2) = call (fptr (), (x1, Cvt.i2c_enum x2))
-end
-end