Removing FFI code that is now auto-generated
[hcoop/smlsql.git] / libpq / FFI / e--ExecStatusType.sml
diff --git a/libpq/FFI/e--ExecStatusType.sml b/libpq/FFI/e--ExecStatusType.sml
deleted file mode 100644 (file)
index 3d73d2f..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-(* This file has been generated automatically. DO NOT EDIT! *)
-(* [from code at "/usr/include/postgresql/libpq-fe.h":71.1-86.17] *)
-(* [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 in
-structure E_'ExecStatusType = struct
-    open ET_'ExecStatusType
-    type mlrep = MLRep.Signed.int
-    val e_PGRES_EMPTY_QUERY = 0 : mlrep
-    val e_PGRES_COMMAND_OK = 1 : mlrep
-    val e_PGRES_TUPLES_OK = 2 : mlrep
-    val e_PGRES_COPY_OUT = 3 : mlrep
-    val e_PGRES_COPY_IN = 4 : mlrep
-    val e_PGRES_BAD_RESPONSE = 5 : mlrep
-    val e_PGRES_NONFATAL_ERROR = 6 : mlrep
-    val e_PGRES_FATAL_ERROR = 7 : mlrep
-    fun m2i (x : mlrep) = x : MLRep.Signed.int
-    fun i2m (x : MLRep.Signed.int) = x : mlrep
-    fun c x = Cvt.i2c_enum (m2i x) : tag enum
-    fun ml (x : tag enum) = i2m (Cvt.c2i_enum x)
-    fun get' (x : (tag, 'c) enum_obj') = i2m (Get.enum' x)
-    fun set' (x : (tag, rw) enum_obj', v) = Set.enum' (x, m2i v)
-    fun get (x : (tag, 'c) enum_obj) = i2m (Get.enum x)
-    fun set (x : (tag, rw) enum_obj, v) = Set.enum (x, m2i v)
-end
-end (* local *)