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 <peter.mitsis@windriver.com>
Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>
This commit is contained in:
Peter Mitsis 2015-04-20 13:27:16 -04:00 committed by Anas Nashif
commit 6ee6d2bcd2

View file

@ -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;
};