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