Remove obsolete references to _z3arg
The _z3arg strcture is not used. Change-Id: Ia4f243d57a1a0fc52bda18d3c0e95ad22489f26c Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com> Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>
This commit is contained in:
parent
ac342b0df3
commit
a6bf08d22c
1 changed files with 0 additions and 9 deletions
|
|
@ -409,14 +409,6 @@ struct _z2arg {
|
|||
int Wmark;
|
||||
};
|
||||
|
||||
struct _z3arg {
|
||||
int Comm;
|
||||
int Ind;
|
||||
int Ti;
|
||||
int Tr;
|
||||
struct k_args *Args;
|
||||
};
|
||||
|
||||
struct _z4arg {
|
||||
int Comm;
|
||||
int rind;
|
||||
|
|
@ -441,7 +433,6 @@ union k_args_args {
|
|||
struct _u1arg u1;
|
||||
struct _z1arg z1;
|
||||
struct _z2arg z2;
|
||||
struct _z3arg z3;
|
||||
struct _z4arg z4;
|
||||
struct k_chproc ChProc;
|
||||
struct k_chmovedack ChMovedAck;
|
||||
|
|
|
|||
Loading…
Reference in a new issue