generator: Remove "deprecated macros for internal functions".

No need for these since these are internal functions that only code
under our control should have been calling.
This commit is contained in:
Richard W.M. Jones
2013-02-26 22:08:53 +00:00
parent 1ea73f4bdf
commit c29660588f

View File

@@ -724,16 +724,6 @@ extern GUESTFS_DLL_PUBLIC void *guestfs_next_private (guestfs_h *g, const char *
generate_all_structs internal_structs;
pr "\
/* Deprecated macros for internal functions. */
";
List.iter (
fun { name = shortname } ->
pr "#define LIBGUESTFS_HAVE_%s 1\n" (String.uppercase shortname);
) private_functions_sorted;
pr "\
#endif /* End of GUESTFS_PRIVATE. */