On Mon, 22 May 2017, Tommi Rantala wrote: > Signed-off-by: Tommi Rantala <tommi.t.rantala@xxxxxxxxx> > --- > src/signaltest/signaltest.c | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/src/signaltest/signaltest.c b/src/signaltest/signaltest.c > index 59f979e..72a549d 100644 > --- a/src/signaltest/signaltest.c > +++ b/src/signaltest/signaltest.c > @@ -30,8 +30,6 @@ > #include "error.h" > #include "rt-utils.h" > > -#define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) > - > /* Ugly, but .... */ > #define gettid() syscall(__NR_gettid) > > -- NAK You're right, it could be removed, but it's not really causing in harm either. I'm going to leave it in for now. Thanks John -- To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html