From ac342b0df367a0cb75ecbf60675ca887cfd0ea4c Mon Sep 17 00:00:00 2001 From: Peter Mitsis Date: Mon, 20 Apr 2015 13:33:12 -0400 Subject: [PATCH] Remove obsolete references to _x1arg The _x1arg structure is not used. Change-Id: Iba4a0727647bfe5e879684874207739206cfeb04 Signed-off-by: Peter Mitsis Signed-off-by: Benjamin Walsh --- include/microkernel/k_struct.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/include/microkernel/k_struct.h b/include/microkernel/k_struct.h index 0d1457e3df6..ee41e4fd9d5 100644 --- a/include/microkernel/k_struct.h +++ b/include/microkernel/k_struct.h @@ -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;