Remove obsolete references to _x1arg
The _x1arg structure is not used. Change-Id: Iba4a0727647bfe5e879684874207739206cfeb04 Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com> Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>
This commit is contained in:
parent
6ee6d2bcd2
commit
ac342b0df3
1 changed files with 0 additions and 6 deletions
|
@ -394,11 +394,6 @@ struct _u1arg {
|
|||
int rval;
|
||||
};
|
||||
|
||||
struct _x1arg {
|
||||
struct nano_lifo *chan;
|
||||
int parm[7];
|
||||
};
|
||||
|
||||
struct _z1arg {
|
||||
int Comm;
|
||||
int Nitem;
|
||||
|
@ -444,7 +439,6 @@ union k_args_args {
|
|||
struct _q2arg q2;
|
||||
struct _s1arg s1;
|
||||
struct _u1arg u1;
|
||||
struct _x1arg x1;
|
||||
struct _z1arg z1;
|
||||
struct _z2arg z2;
|
||||
struct _z3arg z3;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue