diff options
author | Flavio Cruz <flaviocruz@gmail.com> | 2022-11-06 01:19:41 -0400 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2022-11-06 14:44:44 +0100 |
commit | 3011f41610e5e5ebf5d5dead20ee6135efac39f8 (patch) | |
tree | fe376a7fda32f2f8e4686ce0a361ec741bddf784 /include/mach_debug | |
parent | 21982d148b72095fb37f9b54df2292ddcd9928b3 (diff) | |
download | gnumach-3011f41610e5e5ebf5d5dead20ee6135efac39f8.tar.gz gnumach-3011f41610e5e5ebf5d5dead20ee6135efac39f8.tar.bz2 gnumach-3011f41610e5e5ebf5d5dead20ee6135efac39f8.zip |
Remove unused mig type definitions in gnumach
* include/mach/mach_types.defs: host_basic_info_data_t,
host_sched_info_data_t,
host_load_info_data_t,
processor_basic_info_data_t,
processor_set_basic_info_data_t,
processor_set_sched_info_data_t,
hread_basic_info_data_t,
thread_sched_info_data_t,
task_basic_info_data_t,
task_events_info,
task_thread_times_info_data_t,
machine_info_data_t,
machine_slot_data_t
* include/mach_debug/mach_debug_types.defs: ipc_info_name_t,
ipc_info_name_array_t
Tested by bootstrapping a Hurd system from scratch.
Message-Id: <Y2dD7Z60Bwybg4jF@viriathus>
Diffstat (limited to 'include/mach_debug')
-rw-r--r-- | include/mach_debug/mach_debug_types.defs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/mach_debug/mach_debug_types.defs b/include/mach_debug/mach_debug_types.defs index 8df2f344..23c2026d 100644 --- a/include/mach_debug/mach_debug_types.defs +++ b/include/mach_debug/mach_debug_types.defs @@ -38,9 +38,6 @@ type cache_info_array_t = array[] of cache_info_t; type hash_info_bucket_t = struct[1] of natural_t; type hash_info_bucket_array_t = array[] of hash_info_bucket_t; -type ipc_info_name_t = struct[6] of natural_t; -type ipc_info_name_array_t = array[] of ipc_info_name_t; - type vm_region_info_t = struct[11] of natural_t; type vm_region_info_array_t = array[] of vm_region_info_t; |