Removing FFI code that is now auto-generated
[hcoop/smlsql.git] / libpq / FFI / fptr-rtti-5.sml
diff --git a/libpq/FFI/fptr-rtti-5.sml b/libpq/FFI/fptr-rtti-5.sml
deleted file mode 100644 (file)
index d7e9f50..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-(* This file has been generated automatically. DO NOT EDIT! *)
-(* [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 in
-structure FPtrRTTI_5 = struct
-    fun mkcall a ()
-        = pcast (CMemory.unwrap_addr (Callop_4.callop (a, (), nil)))
-    val typ =
-        mk_fptr_typ mkcall :
-            (unit -> (ST__PQconninfoOption.tag, rw) su_obj ptr') fptr T.typ
-end
-end