Removing FFI code that is now auto-generated
[hcoop/smlsql.git] / libpq / FFI / fptr-rtti-31.sml
diff --git a/libpq/FFI/fptr-rtti-31.sml b/libpq/FFI/fptr-rtti-31.sml
deleted file mode 100644 (file)
index 6178b57..0000000
+++ /dev/null
@@ -1,17 +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_31 = struct
-    fun mkcall a x1
-        = Cvt.c_uint
-              (CMemory.unwrap_uint
-                  (Callop_18.callop
-                      (a,
-                       CMemory.wrap_addr (reveal (Ptr.inject' x1)),
-                       nil)))
-    val typ =
-        mk_fptr_typ mkcall :
-            ((ST_pg_result.tag, ro) su_obj ptr' -> uint) fptr T.typ
-end
-end