diff --git a/include/microkernel/k_struct.h b/include/microkernel/k_struct.h index a214226021c..2f106e791b8 100644 --- a/include/microkernel/k_struct.h +++ b/include/microkernel/k_struct.h @@ -310,13 +310,6 @@ struct _e1arg { kevent_handler_t func; }; -struct moved_req_args_snd { - int iXferID; - uint32_t iDone; - unsigned nAck; - struct k_args *Cont; -}; - struct moved_req_args_rcv { int iXferID; uint32_t iDone; @@ -357,7 +350,6 @@ struct moved_req { uint32_t iTotalSize; union { struct moved_req_args_setup Setup; - struct moved_req_args_snd Snd; struct moved_req_args_rcv Rcv; } Extra; };