From 9361c090ecde99590fa6d3525b717bc414b9a9c7 Mon Sep 17 00:00:00 2001 From: Peter Mitsis Date: Mon, 20 Apr 2015 13:23:42 -0400 Subject: [PATCH] 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 Signed-off-by: Benjamin Walsh --- include/microkernel/k_struct.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/include/microkernel/k_struct.h b/include/microkernel/k_struct.h index a214226021c..2f106e791b8 100644 --- a/include/microkernel/k_struct.h +++ b/include/microkernel/k_struct.h @@ -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; };