Remove obsolete references to _z1arg

The _z1arg structure is not used.

Change-Id: I6ff90aa5ea0d3e7a7dfdebf91e7806dd50075dd1
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:39:11 -04:00 committed by Anas Nashif
commit 93308cc71a

View file

@ -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;