X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/eb6b6ca394357805f2bdba989abae309f718b4d8..f427ee49d309d8fc33ebf3042c3a775f2f530ded:/osfmk/kern/monotonic.h diff --git a/osfmk/kern/monotonic.h b/osfmk/kern/monotonic.h index 9b744407b..ec2129ca6 100644 --- a/osfmk/kern/monotonic.h +++ b/osfmk/kern/monotonic.h @@ -107,13 +107,6 @@ void mt_sleep(void); */ void mt_wake_per_core(void); -#if __ARM_CLUSTER_COUNT__ -/* - * Called when a cluster is initialized. - */ -void mt_cluster_init(void); -#endif /* __ARM_CLUSTER_COUNT__ */ - /* * "Up-call" to the Mach layer to update counters from a PMI. */