mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
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:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user