Removing FFI code that is now auto-generated
[hcoop/smlsql.git] / libpq / FFI / f-PQconnectdb.sml
diff --git a/libpq/FFI/f-PQconnectdb.sml b/libpq/FFI/f-PQconnectdb.sml
deleted file mode 100644 (file)
index 0b0d671..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-(* This file has been generated automatically. DO NOT EDIT! *)
-(* [from code at "/usr/include/postgresql/libpq-fe.h":187.1-49] *)
-(* [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 "PQconnectdb"
-in
-structure F_PQconnectdb : sig
-    val typ :
-        (ro uchar_obj ptr' -> (ST_pg_conn.tag, rw) su_obj ptr') fptr T.typ
-    val fptr :
-        unit ->
-            (ro uchar_obj ptr' -> (ST_pg_conn.tag, rw) su_obj ptr') fptr
-    val f' : ro uchar_obj ptr' -> (ST_pg_conn.tag, rw) su_obj ptr'
-end = struct
-    val typ = FPtrRTTI_7.typ
-    fun fptr () = mk_fptr (FPtrRTTI_7.mkcall, h ())
-    fun f' x1 = call (fptr (), x1)
-end
-end