From ed5f4477beac5bac5a1c500ebec407a5fd54c41b Mon Sep 17 00:00:00 2001 From: Peter Mitsis Date: Mon, 20 Apr 2015 13:38:20 -0400 Subject: [PATCH] Remove obsolete references to _z2arg The _z2arg structure is not used. Change-Id: I99c1617459ef1f9d9713fd62ed63173b95762654 Signed-off-by: Peter Mitsis Signed-off-by: Benjamin Walsh --- include/microkernel/k_struct.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/include/microkernel/k_struct.h b/include/microkernel/k_struct.h index f09e4e6156c..5a26e84b9be 100644 --- a/include/microkernel/k_struct.h +++ b/include/microkernel/k_struct.h @@ -401,14 +401,6 @@ struct _z1arg { int Lsize; }; -struct _z2arg { - int Comm; - ktask_t Task; - int Wsize; - int Wused; - int Wmark; -}; - struct _z4arg { int Comm; int rind; @@ -432,7 +424,6 @@ union k_args_args { struct _s1arg s1; struct _u1arg u1; struct _z1arg z1; - struct _z2arg z2; struct _z4arg z4; struct k_chproc ChProc; struct k_chmovedack ChMovedAck;