Removed obsolete references to raw_data

The raw_data structure is not used.

Change-Id: I754875c4eb24502791537dbcafc53a6eb15ceb44
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:21:27 -04:00 committed by Anas Nashif
commit 2a0f1020fe

View file

@ -362,15 +362,6 @@ struct moved_req {
} Extra;
};
struct raw_data {
MovedAction Action;
int iXferID;
uint32_t iSize;
void *source;
void *destination;
void *data;
};
struct _g1arg {
ktask_t task;
ktask_group_t group;
@ -460,7 +451,6 @@ union k_args_args {
#endif
struct _c1arg c1;
struct moved_req MovedReq;
struct raw_data RawData;
struct _e1arg e1;
struct _g1arg g1;
struct _l1arg l1;