Remove obsolete references to _z2arg
The _z2arg structure is not used. Change-Id: I99c1617459ef1f9d9713fd62ed63173b95762654 Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com> Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>
This commit is contained in:
parent
a6bf08d22c
commit
ed5f4477be
1 changed files with 0 additions and 9 deletions
|
@ -401,14 +401,6 @@ struct _z1arg {
|
||||||
int Lsize;
|
int Lsize;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct _z2arg {
|
|
||||||
int Comm;
|
|
||||||
ktask_t Task;
|
|
||||||
int Wsize;
|
|
||||||
int Wused;
|
|
||||||
int Wmark;
|
|
||||||
};
|
|
||||||
|
|
||||||
struct _z4arg {
|
struct _z4arg {
|
||||||
int Comm;
|
int Comm;
|
||||||
int rind;
|
int rind;
|
||||||
|
@ -432,7 +424,6 @@ union k_args_args {
|
||||||
struct _s1arg s1;
|
struct _s1arg s1;
|
||||||
struct _u1arg u1;
|
struct _u1arg u1;
|
||||||
struct _z1arg z1;
|
struct _z1arg z1;
|
||||||
struct _z2arg z2;
|
|
||||||
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