Removing FFI code that is now auto-generated
[hcoop/smlsql.git] / libpq / FFI / st-pgNotify.sml
diff --git a/libpq/FFI/st-pgNotify.sml b/libpq/FFI/st-pgNotify.sml
deleted file mode 100644 (file)
index a6b67fc..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-(* This file has been generated automatically. DO NOT EDIT! *)
-(* [from code at "/usr/include/postgresql/libpq-fe.h":106.1-111.11] *)
-(* [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_pgNotify = struct
-        local
-            open Tag
-        in
-            type tag = s t_p t_g t_N t_o t_t t_i t_f t_y
-        end
-        val size = C_Int.mk_su_size 0wx24 : tag C.su C.S.size
-        val typ = C_Int.mk_su_typ size
-    end
-in
-    structure ST_pgNotify = S_pgNotify
-end