X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fcollectd.h;h=7cb405c04bd43d25ec6b807f730419cbf39a93bb;hb=c97eef40cf19b106e6a00006a3b8f3f9ee409045;hp=c0994d19276e501a1170ed2cfde979c112eece79;hpb=5131a49ad0584aa22282aacf72b6e4ca75356bae;p=collectd.git diff --git a/src/collectd.h b/src/collectd.h index c0994d19..7cb405c0 100644 --- a/src/collectd.h +++ b/src/collectd.h @@ -262,8 +262,6 @@ typedef int _Bool; # define COLLECTD_DEFAULT_INTERVAL 10.0 #endif -#define STATIC_ARRAY_LEN(array) (sizeof (array) / sizeof ((array)[0])) - /* Remove GNU specific __attribute__ settings when using another compiler */ #if !__GNUC__ # define __attribute__(x) /**/