X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/1c79356b52d46aa6b508fb032f5ae709b1f2897b..ac5ea4a98a4e1d34a076095ea1eaa87e43d1f335:/osfmk/ipc/ipc_object.h?ds=sidebyside diff --git a/osfmk/ipc/ipc_object.h b/osfmk/ipc/ipc_object.h index 67a0e4910..62a11978a 100644 --- a/osfmk/ipc/ipc_object.h +++ b/osfmk/ipc/ipc_object.h @@ -68,7 +68,6 @@ #include #include #include -#include #include #include @@ -93,7 +92,6 @@ struct ipc_object { ipc_object_refs_t io_references; ipc_object_bits_t io_bits; port_name_t io_receiver_name; - struct thread_pool io_thread_pool; #if NCPUS == 1 usimple_lock_data_t io_lock_data; #else