Removing FFI code that is now auto-generated
[hcoop/smlsql.git] / libpq / FFI / fptr-rtti-38.sml
diff --git a/libpq/FFI/fptr-rtti-38.sml b/libpq/FFI/fptr-rtti-38.sml
deleted file mode 100644 (file)
index 44f9ae1..0000000
+++ /dev/null
@@ -1,21 +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_38 = struct
-    fun mkcall a (x1, x2, x3)
-        = fcast
-              (CMemory.unwrap_addr
-                  (Callop_22.callop
-                      (a,
-                       (CMemory.wrap_addr (reveal (Ptr.inject' x1)),
-                        CMemory.wrap_addr (freveal x2),
-                        CMemory.wrap_addr (reveal x3)),
-                       nil)))
-    val typ =
-        mk_fptr_typ mkcall :
-            ((ST_pg_conn.tag, rw) su_obj ptr' *
-             (voidptr * ro uchar_obj ptr' -> unit) fptr' *
-             voidptr -> (voidptr * ro uchar_obj ptr' -> unit) fptr') fptr T.typ
-end
-end