From 93308cc71a02364d7b195ed1a3d47564116e81e2 Mon Sep 17 00:00:00 2001 From: Peter Mitsis Date: Mon, 20 Apr 2015 13:39:11 -0400 Subject: [PATCH] Remove obsolete references to _z1arg The _z1arg structure is not used. Change-Id: I6ff90aa5ea0d3e7a7dfdebf91e7806dd50075dd1 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 5a26e84b9be..7000b6d6e0e 100644 --- a/include/microkernel/k_struct.h +++ b/include/microkernel/k_struct.h @@ -394,13 +394,6 @@ struct _u1arg { int rval; }; -struct _z1arg { - int Comm; - int Nitem; - int Laddr; - int Lsize; -}; - struct _z4arg { int Comm; int rind; @@ -423,7 +416,6 @@ union k_args_args { struct _q2arg q2; struct _s1arg s1; struct _u1arg u1; - struct _z1arg z1; struct _z4arg z4; struct k_chproc ChProc; struct k_chmovedack ChMovedAck;