From 2a0f1020fe01e7b4ddb290f0aa0cdaabdea592d0 Mon Sep 17 00:00:00 2001 From: Peter Mitsis Date: Mon, 20 Apr 2015 13:21:27 -0400 Subject: [PATCH] Removed obsolete references to raw_data The raw_data structure is not used. Change-Id: I754875c4eb24502791537dbcafc53a6eb15ceb44 Signed-off-by: Peter Mitsis Signed-off-by: Benjamin Walsh --- include/microkernel/k_struct.h | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/include/microkernel/k_struct.h b/include/microkernel/k_struct.h index 8802884f14d..a214226021c 100644 --- a/include/microkernel/k_struct.h +++ b/include/microkernel/k_struct.h @@ -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;