diff --git a/include/microkernel/k_struct.h b/include/microkernel/k_struct.h index 5a26e84b9be..7000b6d6e0e 100644 --- a/include/microkernel/k_struct.h +++ b/include/microkernel/k_struct.h @@ -394,13 +394,6 @@ struct _u1arg { int rval; }; -struct _z1arg { - int Comm; - int Nitem; - int Laddr; - int Lsize; -}; - struct _z4arg { int Comm; int rind; @@ -423,7 +416,6 @@ union k_args_args { struct _q2arg q2; struct _s1arg s1; struct _u1arg u1; - struct _z1arg z1; struct _z4arg z4; struct k_chproc ChProc; struct k_chmovedack ChMovedAck;