Removing FFI code that is now auto-generated
[hcoop/smlsql.git] / libpq / FFI / f-PQenv2encoding.sml
diff --git a/libpq/FFI/f-PQenv2encoding.sml b/libpq/FFI/f-PQenv2encoding.sml
deleted file mode 100644 (file)
index ff4d45c..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":372.1-32] *)
-(* [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 "PQenv2encoding"
-in
-structure F_PQenv2encoding : sig
-    val typ : (unit -> sint) fptr T.typ
-    val fptr : unit -> (unit -> sint) fptr
-    val f : unit -> MLRep.Signed.int
-    val f' : unit -> MLRep.Signed.int
-end = struct
-    val typ = FPtrRTTI_12.typ
-    fun fptr () = mk_fptr (FPtrRTTI_12.mkcall, h ())
-    fun f () = Cvt.ml_sint (call (fptr (), ()))
-    fun f' () = Cvt.ml_sint (call (fptr (), ()))
-end
-end