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:
parent
ed5f4477be
commit
93308cc71a
1 changed files with 0 additions and 8 deletions
|
@ -394,13 +394,6 @@ struct _u1arg {
|
||||||
int rval;
|
int rval;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct _z1arg {
|
|
||||||
int Comm;
|
|
||||||
int Nitem;
|
|
||||||
int Laddr;
|
|
||||||
int Lsize;
|
|
||||||
};
|
|
||||||
|
|
||||||
struct _z4arg {
|
struct _z4arg {
|
||||||
int Comm;
|
int Comm;
|
||||||
int rind;
|
int rind;
|
||||||
|
@ -423,7 +416,6 @@ union k_args_args {
|
||||||
struct _q2arg q2;
|
struct _q2arg q2;
|
||||||
struct _s1arg s1;
|
struct _s1arg s1;
|
||||||
struct _u1arg u1;
|
struct _u1arg u1;
|
||||||
struct _z1arg z1;
|
|
||||||
struct _z4arg z4;
|
struct _z4arg z4;
|
||||||
struct k_chproc ChProc;
|
struct k_chproc ChProc;
|
||||||
struct k_chmovedack ChMovedAck;
|
struct k_chmovedack ChMovedAck;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue