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:
parent
9361c090ec
commit
6ee6d2bcd2
1 changed files with 0 additions and 8 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue