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:
Peter Mitsis 2015-04-20 13:33:12 -04:00 committed by Anas Nashif
commit ac342b0df3

View file

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