Removing FFI code that is now auto-generated
[hcoop/smlsql.git] / libpq / FFI / fptr-rtti-18.sml
diff --git a/libpq/FFI/fptr-rtti-18.sml b/libpq/FFI/fptr-rtti-18.sml
deleted file mode 100644 (file)
index c2a51f3..0000000
+++ /dev/null
@@ -1,29 +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_18 = struct
-    fun mkcall a (x1, x2, x3, x4, x5, x6, x7)
-        = pcast
-              (CMemory.unwrap_addr
-                  (Callop_11.callop
-                      (a,
-                       (CMemory.wrap_addr (reveal (Ptr.inject' x1)),
-                        CMemory.wrap_sint (Cvt.ml_sint x2),
-                        CMemory.wrap_addr (reveal (Ptr.inject' x3)),
-                        CMemory.wrap_addr (reveal (Ptr.inject' x4)),
-                        CMemory.wrap_sint (Cvt.ml_sint x5),
-                        CMemory.wrap_addr (reveal (Ptr.inject' x6)),
-                        CMemory.wrap_sint (Cvt.ml_sint x7)),
-                       nil)))
-    val typ =
-        mk_fptr_typ mkcall :
-            ((ST_pg_conn.tag, rw) su_obj ptr' *
-             sint *
-             rw sint_obj ptr' *
-             rw sint_obj ptr' *
-             sint *
-             (ST_'PQArgBlock.tag, ro) su_obj ptr' *
-             sint -> (ST_pg_result.tag, rw) su_obj ptr') fptr T.typ
-end
-end