Removing FFI code that is now auto-generated
[hcoop/smlsql.git] / libpq / FFI / st-_PQconninfoOption.sml
diff --git a/libpq/FFI/st-_PQconninfoOption.sml b/libpq/FFI/st-_PQconninfoOption.sml
deleted file mode 100644 (file)
index f51b011..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-(* This file has been generated automatically. DO NOT EDIT! *)
-(* [from code at "/usr/include/postgresql/libpq-fe.h":144.1-157.19] *)
-(* [by Matthias Blume's ml-nlffigen (version 0.9.1) for x86-unix] *)
-(* Send comments and suggestions to blume@tti-c.org. Thanks! *)
-local
-    structure S__PQconninfoOption = struct
-        local
-            open Tag
-        in
-            type tag =
-                s t__ t_P t_Q t_c t_o t_n t_n t_i t_n t_f t_o t_O t_p t_t t_i t_o t_n
-        end
-        val size = C_Int.mk_su_size 0wx1c : tag C.su C.S.size
-        val typ = C_Int.mk_su_typ size
-    end
-in
-    structure ST__PQconninfoOption = S__PQconninfoOption
-end