diff options
Diffstat (limited to 'include/mach/host_info.h')
-rw-r--r-- | include/mach/host_info.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/mach/host_info.h b/include/mach/host_info.h index 82f3faac..b84376b8 100644 --- a/include/mach/host_info.h +++ b/include/mach/host_info.h @@ -46,9 +46,6 @@ typedef integer_t host_info_data_t[HOST_INFO_MAX]; #define KERNEL_VERSION_MAX (512) typedef char kernel_version_t[KERNEL_VERSION_MAX]; -#define KERNEL_BOOT_INFO_MAX (4096) -typedef char kernel_boot_info_t[KERNEL_BOOT_INFO_MAX]; - /* * Currently defined information. */ |