Remove obsolete reference to moved_req_args_snd

The moved_req_args_snd structure is not used.

Change-Id: Id8fc9142c3a52ad6815b237fc94e0277f6957fe0
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:23:42 -04:00 committed by Anas Nashif
parent 2a0f1020fe
commit 9361c090ec

View file

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