From 6ee6d2bcd242df692937446f5403592bc317691e Mon Sep 17 00:00:00 2001 From: Peter Mitsis Date: Mon, 20 Apr 2015 13:27:16 -0400 Subject: [PATCH] Remove obsolete references to moved_req_args_rcv The moved_req_args_rcv structure is not used. Change-Id: Idc855b7bf5e5a6710ee995e935c1414700b59ca5 Signed-off-by: Peter Mitsis Signed-off-by: Benjamin Walsh --- include/microkernel/k_struct.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/include/microkernel/k_struct.h b/include/microkernel/k_struct.h index 2f106e791b8..0d1457e3df6 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_rcv { - int iXferID; - uint32_t iDone; - struct k_args *Cont; - uint32_t Dummy; -}; - struct moved_req_args_setup { struct k_args *ContSnd; struct k_args *ContRcv; @@ -350,7 +343,6 @@ struct moved_req { uint32_t iTotalSize; union { struct moved_req_args_setup Setup; - struct moved_req_args_rcv Rcv; } Extra; };